@progress/kendo-theme-fluent 7.1.0-dev.8 → 7.1.0
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 +118 -95
- package/dist/meta/sassdoc-data.json +1252 -1196
- package/dist/meta/sassdoc-raw-data.json +623 -598
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_variables.scss +5 -5
- package/scss/appbar/_variables.scss +8 -8
- package/scss/avatar/_variables.scss +11 -11
- package/scss/badge/_variables.scss +11 -11
- package/scss/bottom-navigation/_variables.scss +35 -35
- package/scss/breadcrumb/_variables.scss +5 -5
- package/scss/button/_variables.scss +172 -172
- package/scss/calendar/_variables.scss +12 -12
- package/scss/card/_layout.scss +4 -0
- package/scss/card/_variables.scss +2 -2
- package/scss/chat/_variables.scss +8 -8
- package/scss/checkbox/_variables.scss +19 -19
- package/scss/chip/_variables.scss +44 -44
- package/scss/color-preview/_variables.scss +4 -4
- package/scss/coloreditor/_variables.scss +1 -1
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +4 -4
- package/scss/core/_index.scss +40 -6
- package/scss/core/color-system/_index.scss +2 -0
- package/scss/core/color-system/_palettes.scss +293 -15
- package/scss/core/color-system/_swatch-legacy.scss +100 -0
- package/scss/core/color-system/_swatch.scss +261 -0
- package/scss/dataviz/_layout.scss +6 -6
- package/scss/dataviz/_variables.scss +41 -41
- package/scss/dialog/_variables.scss +5 -5
- package/scss/dock-manager/_variables.scss +7 -7
- package/scss/draggable/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +10 -10
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_variables.scss +6 -6
- package/scss/expansion-panel/_variables.scss +7 -7
- package/scss/fab/_variables.scss +6 -6
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filter/_variables.scss +3 -3
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_variables.scss +2 -2
- package/scss/gantt/_layout.scss +11 -3
- package/scss/gantt/_variables.scss +32 -32
- package/scss/grid/_layout.scss +10 -0
- package/scss/grid/_theme.scss +82 -32
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +3 -4
- package/scss/index.scss +0 -1
- package/scss/input/_layout.scss +8 -2
- package/scss/input/_theme.scss +9 -0
- package/scss/input/_variables.scss +62 -56
- package/scss/list/_variables.scss +19 -19
- package/scss/listbox/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/loader/_variables.scss +7 -7
- package/scss/map/_variables.scss +6 -6
- package/scss/mediaplayer/_variables.scss +3 -3
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +4 -4
- package/scss/pager/_variables.scss +4 -4
- package/scss/panelbar/_variables.scss +5 -5
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +3 -3
- package/scss/progressbar/_variables.scss +10 -10
- package/scss/radio/_variables.scss +10 -10
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +11 -11
- package/scss/scrollview/_variables.scss +8 -8
- package/scss/searchbox/_variables.scss +1 -1
- package/scss/signature/_variables.scss +2 -2
- package/scss/skeleton/_variables.scss +2 -2
- package/scss/slider/_variables.scss +11 -11
- package/scss/split-button/_variables.scss +1 -1
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +23 -23
- package/scss/stepper/_layout.scss +17 -2
- package/scss/stepper/_theme.scss +51 -15
- package/scss/stepper/_variables.scss +9 -9
- package/scss/switch/_variables.scss +24 -24
- package/scss/table/_theme.scss +18 -7
- package/scss/table/_variables.scss +3 -3
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +4 -4
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +6 -6
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +9 -9
- package/scss/treeview/_variables.scss +1 -1
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +8 -8
- package/scss/wizard/_variables.scss +1 -1
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
"context": {
|
|
1009
1009
|
"type": "variable",
|
|
1010
1010
|
"name": "kendo-actionsheet-item-icon-color",
|
|
1011
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
1011
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-110 ))",
|
|
1012
1012
|
"scope": "default",
|
|
1013
1013
|
"line": {
|
|
1014
1014
|
"start": 117,
|
|
@@ -1958,7 +1958,7 @@
|
|
|
1958
1958
|
"context": {
|
|
1959
1959
|
"type": "variable",
|
|
1960
1960
|
"name": "kendo-appbar-bg",
|
|
1961
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
1961
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
1962
1962
|
"scope": "default",
|
|
1963
1963
|
"line": {
|
|
1964
1964
|
"start": 41,
|
|
@@ -2008,7 +2008,7 @@
|
|
|
2008
2008
|
"context": {
|
|
2009
2009
|
"type": "variable",
|
|
2010
2010
|
"name": "kendo-appbar-brand-colors",
|
|
2011
|
-
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: neutral,\n tertiary: tertiary,\n )",
|
|
2011
|
+
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n )",
|
|
2012
2012
|
"scope": "default",
|
|
2013
2013
|
"line": {
|
|
2014
2014
|
"start": 48,
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"context": {
|
|
2184
2184
|
"type": "variable",
|
|
2185
2185
|
"name": "kendo-avatar-brand-colors",
|
|
2186
|
-
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: neutral,\n tertiary: tertiary,\n )",
|
|
2186
|
+
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n )",
|
|
2187
2187
|
"scope": "default",
|
|
2188
2188
|
"line": {
|
|
2189
2189
|
"start": 28,
|
|
@@ -2758,7 +2758,7 @@
|
|
|
2758
2758
|
"context": {
|
|
2759
2759
|
"type": "variable",
|
|
2760
2760
|
"name": "kendo-badge-brand-colors",
|
|
2761
|
-
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: neutral,\n tertiary: tertiary,\n )",
|
|
2761
|
+
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n )",
|
|
2762
2762
|
"scope": "default",
|
|
2763
2763
|
"line": {
|
|
2764
2764
|
"start": 102,
|
|
@@ -3283,7 +3283,7 @@
|
|
|
3283
3283
|
"context": {
|
|
3284
3284
|
"type": "variable",
|
|
3285
3285
|
"name": "kendo-bottom-nav-brand-colors",
|
|
3286
|
-
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: neutral,\n tertiary: tertiary,\n )",
|
|
3286
|
+
"value": "(\n primary: primary,\n error: error,\n success: success,\n info: info,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n )",
|
|
3287
3287
|
"scope": "default",
|
|
3288
3288
|
"line": {
|
|
3289
3289
|
"start": 67,
|
|
@@ -3758,7 +3758,7 @@
|
|
|
3758
3758
|
"context": {
|
|
3759
3759
|
"type": "variable",
|
|
3760
3760
|
"name": "kendo-breadcrumb-focus-shadow",
|
|
3761
|
-
"value": "0 0 0 1px k-get-theme-color-var( neutral-30 )",
|
|
3761
|
+
"value": "0 0 0 1px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
3762
3762
|
"scope": "default",
|
|
3763
3763
|
"line": {
|
|
3764
3764
|
"start": 63,
|
|
@@ -4133,7 +4133,7 @@
|
|
|
4133
4133
|
"context": {
|
|
4134
4134
|
"type": "variable",
|
|
4135
4135
|
"name": "kendo-breadcrumb-link-hover-text",
|
|
4136
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
4136
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
4137
4137
|
"scope": "default",
|
|
4138
4138
|
"line": {
|
|
4139
4139
|
"start": 111,
|
|
@@ -4233,7 +4233,7 @@
|
|
|
4233
4233
|
"context": {
|
|
4234
4234
|
"type": "variable",
|
|
4235
4235
|
"name": "kendo-breadcrumb-link-active-border",
|
|
4236
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
4236
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))",
|
|
4237
4237
|
"scope": "default",
|
|
4238
4238
|
"line": {
|
|
4239
4239
|
"start": 123,
|
|
@@ -4283,7 +4283,7 @@
|
|
|
4283
4283
|
"context": {
|
|
4284
4284
|
"type": "variable",
|
|
4285
4285
|
"name": "kendo-breadcrumb-link-focus-text",
|
|
4286
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
4286
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
4287
4287
|
"scope": "default",
|
|
4288
4288
|
"line": {
|
|
4289
4289
|
"start": 129,
|
|
@@ -4458,7 +4458,7 @@
|
|
|
4458
4458
|
"context": {
|
|
4459
4459
|
"type": "variable",
|
|
4460
4460
|
"name": "kendo-breadcrumb-link-selected-text",
|
|
4461
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
4461
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
4462
4462
|
"scope": "default",
|
|
4463
4463
|
"line": {
|
|
4464
4464
|
"start": 150,
|
|
@@ -6083,7 +6083,7 @@
|
|
|
6083
6083
|
"context": {
|
|
6084
6084
|
"type": "variable",
|
|
6085
6085
|
"name": "kendo-calendar-header-bg",
|
|
6086
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
6086
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
6087
6087
|
"scope": "default",
|
|
6088
6088
|
"line": {
|
|
6089
6089
|
"start": 44,
|
|
@@ -6833,7 +6833,7 @@
|
|
|
6833
6833
|
"context": {
|
|
6834
6834
|
"type": "variable",
|
|
6835
6835
|
"name": "kendo-calendar-today-text",
|
|
6836
|
-
"value": "$kendo-color-white",
|
|
6836
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
6837
6837
|
"scope": "default",
|
|
6838
6838
|
"line": {
|
|
6839
6839
|
"start": 145,
|
|
@@ -6858,7 +6858,7 @@
|
|
|
6858
6858
|
"context": {
|
|
6859
6859
|
"type": "variable",
|
|
6860
6860
|
"name": "kendo-calendar-today-bg",
|
|
6861
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
6861
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
6862
6862
|
"scope": "default",
|
|
6863
6863
|
"line": {
|
|
6864
6864
|
"start": 148,
|
|
@@ -6883,7 +6883,7 @@
|
|
|
6883
6883
|
"context": {
|
|
6884
6884
|
"type": "variable",
|
|
6885
6885
|
"name": "kendo-calendar-today-hover-text",
|
|
6886
|
-
"value": "$kendo-color-white",
|
|
6886
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
6887
6887
|
"scope": "default",
|
|
6888
6888
|
"line": {
|
|
6889
6889
|
"start": 151,
|
|
@@ -6908,7 +6908,7 @@
|
|
|
6908
6908
|
"context": {
|
|
6909
6909
|
"type": "variable",
|
|
6910
6910
|
"name": "kendo-calendar-today-hover-bg",
|
|
6911
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
6911
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))",
|
|
6912
6912
|
"scope": "default",
|
|
6913
6913
|
"line": {
|
|
6914
6914
|
"start": 154,
|
|
@@ -7308,7 +7308,7 @@
|
|
|
7308
7308
|
"context": {
|
|
7309
7309
|
"type": "variable",
|
|
7310
7310
|
"name": "kendo-calendar-cell-focus-shadow",
|
|
7311
|
-
"value": "inset 0 0 0 1px k-get-theme-color-var( neutral-130)",
|
|
7311
|
+
"value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
7312
7312
|
"scope": "default",
|
|
7313
7313
|
"line": {
|
|
7314
7314
|
"start": 209,
|
|
@@ -7408,7 +7408,7 @@
|
|
|
7408
7408
|
"context": {
|
|
7409
7409
|
"type": "variable",
|
|
7410
7410
|
"name": "kendo-calendar-navigation-bg",
|
|
7411
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
7411
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
7412
7412
|
"scope": "default",
|
|
7413
7413
|
"line": {
|
|
7414
7414
|
"start": 225,
|
|
@@ -7583,7 +7583,7 @@
|
|
|
7583
7583
|
"context": {
|
|
7584
7584
|
"type": "variable",
|
|
7585
7585
|
"name": "kendo-calendar-range-bg",
|
|
7586
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
7586
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))",
|
|
7587
7587
|
"scope": "default",
|
|
7588
7588
|
"line": {
|
|
7589
7589
|
"start": 256,
|
|
@@ -7633,7 +7633,7 @@
|
|
|
7633
7633
|
"context": {
|
|
7634
7634
|
"type": "variable",
|
|
7635
7635
|
"name": "kendo-calendar-range-border",
|
|
7636
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
7636
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7637
7637
|
"scope": "default",
|
|
7638
7638
|
"line": {
|
|
7639
7639
|
"start": 262,
|
|
@@ -7658,7 +7658,7 @@
|
|
|
7658
7658
|
"context": {
|
|
7659
7659
|
"type": "variable",
|
|
7660
7660
|
"name": "kendo-calendar-start-range-hover-shadow",
|
|
7661
|
-
"value": "inset 1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )",
|
|
7661
|
+
"value": "inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7662
7662
|
"scope": "default",
|
|
7663
7663
|
"line": {
|
|
7664
7664
|
"start": 265,
|
|
@@ -7683,7 +7683,7 @@
|
|
|
7683
7683
|
"context": {
|
|
7684
7684
|
"type": "variable",
|
|
7685
7685
|
"name": "kendo-calendar-mid-range-hover-shadow",
|
|
7686
|
-
"value": "inset 0 -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )",
|
|
7686
|
+
"value": "inset 0 -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7687
7687
|
"scope": "default",
|
|
7688
7688
|
"line": {
|
|
7689
7689
|
"start": 268,
|
|
@@ -7708,7 +7708,7 @@
|
|
|
7708
7708
|
"context": {
|
|
7709
7709
|
"type": "variable",
|
|
7710
7710
|
"name": "kendo-calendar-end-range-hover-shadow",
|
|
7711
|
-
"value": "inset -1px -1px 0 0 k-get-theme-color-var( neutral-130 ), inset 0 1px 0 0 k-get-theme-color-var( neutral-130 )",
|
|
7711
|
+
"value": "inset -1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset 0 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7712
7712
|
"scope": "default",
|
|
7713
7713
|
"line": {
|
|
7714
7714
|
"start": 271,
|
|
@@ -8683,7 +8683,7 @@
|
|
|
8683
8683
|
"context": {
|
|
8684
8684
|
"type": "variable",
|
|
8685
8685
|
"name": "kendo-card-header-text",
|
|
8686
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
8686
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
8687
8687
|
"scope": "default",
|
|
8688
8688
|
"line": {
|
|
8689
8689
|
"start": 86,
|
|
@@ -9483,7 +9483,7 @@
|
|
|
9483
9483
|
"context": {
|
|
9484
9484
|
"type": "variable",
|
|
9485
9485
|
"name": "kendo-series-a",
|
|
9486
|
-
"value": "k-get-theme-color-var( series-a-100 )",
|
|
9486
|
+
"value": "if($kendo-enable-color-system, k-color( series-a ), k-get-theme-color-var( series-a-100 ))",
|
|
9487
9487
|
"scope": "default",
|
|
9488
9488
|
"line": {
|
|
9489
9489
|
"start": 6,
|
|
@@ -9508,7 +9508,7 @@
|
|
|
9508
9508
|
"context": {
|
|
9509
9509
|
"type": "variable",
|
|
9510
9510
|
"name": "kendo-series-b",
|
|
9511
|
-
"value": "k-get-theme-color-var( series-b-100 )",
|
|
9511
|
+
"value": "if($kendo-enable-color-system, k-color( series-b ), k-get-theme-color-var( series-b-100 ))",
|
|
9512
9512
|
"scope": "default",
|
|
9513
9513
|
"line": {
|
|
9514
9514
|
"start": 14,
|
|
@@ -9533,7 +9533,7 @@
|
|
|
9533
9533
|
"context": {
|
|
9534
9534
|
"type": "variable",
|
|
9535
9535
|
"name": "kendo-series-c",
|
|
9536
|
-
"value": "k-get-theme-color-var( series-c-100 )",
|
|
9536
|
+
"value": "if($kendo-enable-color-system, k-color( series-c ), k-get-theme-color-var( series-c-100 ))",
|
|
9537
9537
|
"scope": "default",
|
|
9538
9538
|
"line": {
|
|
9539
9539
|
"start": 22,
|
|
@@ -9558,7 +9558,7 @@
|
|
|
9558
9558
|
"context": {
|
|
9559
9559
|
"type": "variable",
|
|
9560
9560
|
"name": "kendo-series-d",
|
|
9561
|
-
"value": "k-get-theme-color-var( series-d-100 )",
|
|
9561
|
+
"value": "if($kendo-enable-color-system, k-color( series-d ), k-get-theme-color-var( series-d-100 ))",
|
|
9562
9562
|
"scope": "default",
|
|
9563
9563
|
"line": {
|
|
9564
9564
|
"start": 30,
|
|
@@ -9583,7 +9583,7 @@
|
|
|
9583
9583
|
"context": {
|
|
9584
9584
|
"type": "variable",
|
|
9585
9585
|
"name": "kendo-series-e",
|
|
9586
|
-
"value": "k-get-theme-color-var( series-e-100 )",
|
|
9586
|
+
"value": "if($kendo-enable-color-system, k-color( series-e ), k-get-theme-color-var( series-e-100 ))",
|
|
9587
9587
|
"scope": "default",
|
|
9588
9588
|
"line": {
|
|
9589
9589
|
"start": 38,
|
|
@@ -9608,7 +9608,7 @@
|
|
|
9608
9608
|
"context": {
|
|
9609
9609
|
"type": "variable",
|
|
9610
9610
|
"name": "kendo-series-f",
|
|
9611
|
-
"value": "k-get-theme-color-var( series-f-100 )",
|
|
9611
|
+
"value": "if($kendo-enable-color-system, k-color( series-f ), k-get-theme-color-var( series-f-100 ))",
|
|
9612
9612
|
"scope": "default",
|
|
9613
9613
|
"line": {
|
|
9614
9614
|
"start": 46,
|
|
@@ -9883,7 +9883,7 @@
|
|
|
9883
9883
|
"context": {
|
|
9884
9884
|
"type": "variable",
|
|
9885
9885
|
"name": "kendo-chart-major-lines",
|
|
9886
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
9886
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
9887
9887
|
"scope": "default",
|
|
9888
9888
|
"line": {
|
|
9889
9889
|
"start": 130,
|
|
@@ -9908,7 +9908,7 @@
|
|
|
9908
9908
|
"context": {
|
|
9909
9909
|
"type": "variable",
|
|
9910
9910
|
"name": "kendo-chart-minor-lines",
|
|
9911
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
9911
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
9912
9912
|
"scope": "default",
|
|
9913
9913
|
"line": {
|
|
9914
9914
|
"start": 133,
|
|
@@ -10083,7 +10083,7 @@
|
|
|
10083
10083
|
"context": {
|
|
10084
10084
|
"type": "variable",
|
|
10085
10085
|
"name": "kendo-chart-tooltip-color",
|
|
10086
|
-
"value": "$kendo-color-white",
|
|
10086
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
10087
10087
|
"scope": "default",
|
|
10088
10088
|
"line": {
|
|
10089
10089
|
"start": 158,
|
|
@@ -10108,7 +10108,7 @@
|
|
|
10108
10108
|
"context": {
|
|
10109
10109
|
"type": "variable",
|
|
10110
10110
|
"name": "kendo-chart-tooltip-color-inverse",
|
|
10111
|
-
"value": "$kendo-color-black",
|
|
10111
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
10112
10112
|
"scope": "default",
|
|
10113
10113
|
"line": {
|
|
10114
10114
|
"start": 161,
|
|
@@ -10133,7 +10133,7 @@
|
|
|
10133
10133
|
"context": {
|
|
10134
10134
|
"type": "variable",
|
|
10135
10135
|
"name": "kendo-chart-crosshair-background",
|
|
10136
|
-
"value": "$kendo-color-black",
|
|
10136
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
10137
10137
|
"scope": "default",
|
|
10138
10138
|
"line": {
|
|
10139
10139
|
"start": 165,
|
|
@@ -10158,7 +10158,7 @@
|
|
|
10158
10158
|
"context": {
|
|
10159
10159
|
"type": "variable",
|
|
10160
10160
|
"name": "kendo-chart-crosshair-shared-tooltip-color",
|
|
10161
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
10161
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
10162
10162
|
"scope": "default",
|
|
10163
10163
|
"line": {
|
|
10164
10164
|
"start": 168,
|
|
@@ -10233,7 +10233,7 @@
|
|
|
10233
10233
|
"context": {
|
|
10234
10234
|
"type": "variable",
|
|
10235
10235
|
"name": "kendo-chart-notes-background",
|
|
10236
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
10236
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
10237
10237
|
"scope": "default",
|
|
10238
10238
|
"line": {
|
|
10239
10239
|
"start": 178,
|
|
@@ -10308,7 +10308,7 @@
|
|
|
10308
10308
|
"context": {
|
|
10309
10309
|
"type": "variable",
|
|
10310
10310
|
"name": "kendo-chart-handle-bg",
|
|
10311
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
10311
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
10312
10312
|
"scope": "default",
|
|
10313
10313
|
"line": {
|
|
10314
10314
|
"start": 188,
|
|
@@ -10458,7 +10458,7 @@
|
|
|
10458
10458
|
"context": {
|
|
10459
10459
|
"type": "variable",
|
|
10460
10460
|
"name": "kendo-color-error-bars-background",
|
|
10461
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
10461
|
+
"value": "if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( neutral-110 ))",
|
|
10462
10462
|
"scope": "default",
|
|
10463
10463
|
"line": {
|
|
10464
10464
|
"start": 207,
|
|
@@ -10683,7 +10683,7 @@
|
|
|
10683
10683
|
"context": {
|
|
10684
10684
|
"type": "variable",
|
|
10685
10685
|
"name": "kendo-treemap-title-bg",
|
|
10686
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
10686
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
10687
10687
|
"scope": "default",
|
|
10688
10688
|
"line": {
|
|
10689
10689
|
"start": 237,
|
|
@@ -10708,7 +10708,7 @@
|
|
|
10708
10708
|
"context": {
|
|
10709
10709
|
"type": "variable",
|
|
10710
10710
|
"name": "kendo-treemap-title-text",
|
|
10711
|
-
"value": "$kendo-color-black",
|
|
10711
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
10712
10712
|
"scope": "default",
|
|
10713
10713
|
"line": {
|
|
10714
10714
|
"start": 240,
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
"context": {
|
|
11834
11834
|
"type": "variable",
|
|
11835
11835
|
"name": "kendo-chat-bg",
|
|
11836
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
11836
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
11837
11837
|
"scope": "default",
|
|
11838
11838
|
"line": {
|
|
11839
11839
|
"start": 149,
|
|
@@ -11858,7 +11858,7 @@
|
|
|
11858
11858
|
"context": {
|
|
11859
11859
|
"type": "variable",
|
|
11860
11860
|
"name": "kendo-chat-text",
|
|
11861
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
11861
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
11862
11862
|
"scope": "default",
|
|
11863
11863
|
"line": {
|
|
11864
11864
|
"start": 152,
|
|
@@ -11883,7 +11883,7 @@
|
|
|
11883
11883
|
"context": {
|
|
11884
11884
|
"type": "variable",
|
|
11885
11885
|
"name": "kendo-chat-border",
|
|
11886
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
11886
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
11887
11887
|
"scope": "default",
|
|
11888
11888
|
"line": {
|
|
11889
11889
|
"start": 155,
|
|
@@ -12058,7 +12058,7 @@
|
|
|
12058
12058
|
"context": {
|
|
12059
12059
|
"type": "variable",
|
|
12060
12060
|
"name": "kendo-chat-alt-bubble-bg",
|
|
12061
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12061
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12062
12062
|
"scope": "default",
|
|
12063
12063
|
"line": {
|
|
12064
12064
|
"start": 178,
|
|
@@ -12233,7 +12233,7 @@
|
|
|
12233
12233
|
"context": {
|
|
12234
12234
|
"type": "variable",
|
|
12235
12235
|
"name": "kendo-chat-quick-reply-text",
|
|
12236
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12236
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12237
12237
|
"scope": "default",
|
|
12238
12238
|
"line": {
|
|
12239
12239
|
"start": 200,
|
|
@@ -12258,7 +12258,7 @@
|
|
|
12258
12258
|
"context": {
|
|
12259
12259
|
"type": "variable",
|
|
12260
12260
|
"name": "kendo-chat-quick-reply-border",
|
|
12261
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12261
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12262
12262
|
"scope": "default",
|
|
12263
12263
|
"line": {
|
|
12264
12264
|
"start": 203,
|
|
@@ -12283,7 +12283,7 @@
|
|
|
12283
12283
|
"context": {
|
|
12284
12284
|
"type": "variable",
|
|
12285
12285
|
"name": "kendo-chat-quick-reply-hover-bg",
|
|
12286
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12286
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12287
12287
|
"scope": "default",
|
|
12288
12288
|
"line": {
|
|
12289
12289
|
"start": 207,
|
|
@@ -12333,7 +12333,7 @@
|
|
|
12333
12333
|
"context": {
|
|
12334
12334
|
"type": "variable",
|
|
12335
12335
|
"name": "kendo-chat-quick-reply-hover-border",
|
|
12336
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12336
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12337
12337
|
"scope": "default",
|
|
12338
12338
|
"line": {
|
|
12339
12339
|
"start": 213,
|
|
@@ -12458,7 +12458,7 @@
|
|
|
12458
12458
|
"context": {
|
|
12459
12459
|
"type": "variable",
|
|
12460
12460
|
"name": "kendo-checkbox-border",
|
|
12461
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
12461
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
12462
12462
|
"scope": "default",
|
|
12463
12463
|
"line": {
|
|
12464
12464
|
"start": 48,
|
|
@@ -12508,7 +12508,7 @@
|
|
|
12508
12508
|
"context": {
|
|
12509
12509
|
"type": "variable",
|
|
12510
12510
|
"name": "kendo-checkbox-hover-text",
|
|
12511
|
-
"value": "k-get-theme-color( neutral, 130 )",
|
|
12511
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color( neutral, 130 ))",
|
|
12512
12512
|
"scope": "default",
|
|
12513
12513
|
"line": {
|
|
12514
12514
|
"start": 55,
|
|
@@ -12558,7 +12558,7 @@
|
|
|
12558
12558
|
"context": {
|
|
12559
12559
|
"type": "variable",
|
|
12560
12560
|
"name": "kendo-checkbox-checked-bg",
|
|
12561
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12561
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12562
12562
|
"scope": "default",
|
|
12563
12563
|
"line": {
|
|
12564
12564
|
"start": 62,
|
|
@@ -12583,7 +12583,7 @@
|
|
|
12583
12583
|
"context": {
|
|
12584
12584
|
"type": "variable",
|
|
12585
12585
|
"name": "kendo-checkbox-checked-text",
|
|
12586
|
-
"value": "$kendo-color-white",
|
|
12586
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
12587
12587
|
"scope": "default",
|
|
12588
12588
|
"line": {
|
|
12589
12589
|
"start": 65,
|
|
@@ -12633,7 +12633,7 @@
|
|
|
12633
12633
|
"context": {
|
|
12634
12634
|
"type": "variable",
|
|
12635
12635
|
"name": "kendo-checkbox-hover-checked-bg",
|
|
12636
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
12636
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
12637
12637
|
"scope": "default",
|
|
12638
12638
|
"line": {
|
|
12639
12639
|
"start": 72,
|
|
@@ -12658,7 +12658,7 @@
|
|
|
12658
12658
|
"context": {
|
|
12659
12659
|
"type": "variable",
|
|
12660
12660
|
"name": "kendo-checkbox-hover-checked-text",
|
|
12661
|
-
"value": "$kendo-color-white",
|
|
12661
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
12662
12662
|
"scope": "default",
|
|
12663
12663
|
"line": {
|
|
12664
12664
|
"start": 75,
|
|
@@ -12758,7 +12758,7 @@
|
|
|
12758
12758
|
"context": {
|
|
12759
12759
|
"type": "variable",
|
|
12760
12760
|
"name": "kendo-checkbox-focus-outline",
|
|
12761
|
-
"value": "1px solid k-get-theme-color-var( neutral-130 )",
|
|
12761
|
+
"value": "1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
12762
12762
|
"scope": "default",
|
|
12763
12763
|
"line": {
|
|
12764
12764
|
"start": 88,
|
|
@@ -12808,7 +12808,7 @@
|
|
|
12808
12808
|
"context": {
|
|
12809
12809
|
"type": "variable",
|
|
12810
12810
|
"name": "kendo-checkbox-indeterminate-text",
|
|
12811
|
-
"value": "k-get-theme-color( primary, 100 )",
|
|
12811
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color( primary, 100 ))",
|
|
12812
12812
|
"scope": "default",
|
|
12813
12813
|
"line": {
|
|
12814
12814
|
"start": 96,
|
|
@@ -12833,7 +12833,7 @@
|
|
|
12833
12833
|
"context": {
|
|
12834
12834
|
"type": "variable",
|
|
12835
12835
|
"name": "kendo-checkbox-indeterminate-border",
|
|
12836
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
12836
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
12837
12837
|
"scope": "default",
|
|
12838
12838
|
"line": {
|
|
12839
12839
|
"start": 99,
|
|
@@ -12883,7 +12883,7 @@
|
|
|
12883
12883
|
"context": {
|
|
12884
12884
|
"type": "variable",
|
|
12885
12885
|
"name": "kendo-checkbox-hover-indeterminate-text",
|
|
12886
|
-
"value": "k-get-theme-color( primary, 110 )",
|
|
12886
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color( primary, 110 ))",
|
|
12887
12887
|
"scope": "default",
|
|
12888
12888
|
"line": {
|
|
12889
12889
|
"start": 106,
|
|
@@ -12908,7 +12908,7 @@
|
|
|
12908
12908
|
"context": {
|
|
12909
12909
|
"type": "variable",
|
|
12910
12910
|
"name": "kendo-checkbox-hover-indeterminate-border",
|
|
12911
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
12911
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
12912
12912
|
"scope": "default",
|
|
12913
12913
|
"line": {
|
|
12914
12914
|
"start": 109,
|
|
@@ -12958,7 +12958,7 @@
|
|
|
12958
12958
|
"context": {
|
|
12959
12959
|
"type": "variable",
|
|
12960
12960
|
"name": "kendo-checkbox-disabled-text",
|
|
12961
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
12961
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
12962
12962
|
"scope": "default",
|
|
12963
12963
|
"line": {
|
|
12964
12964
|
"start": 116,
|
|
@@ -12983,7 +12983,7 @@
|
|
|
12983
12983
|
"context": {
|
|
12984
12984
|
"type": "variable",
|
|
12985
12985
|
"name": "kendo-checkbox-disabled-border",
|
|
12986
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
12986
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
12987
12987
|
"scope": "default",
|
|
12988
12988
|
"line": {
|
|
12989
12989
|
"start": 119,
|
|
@@ -13008,7 +13008,7 @@
|
|
|
13008
13008
|
"context": {
|
|
13009
13009
|
"type": "variable",
|
|
13010
13010
|
"name": "kendo-checkbox-disabled-checked-bg",
|
|
13011
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
13011
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
13012
13012
|
"scope": "default",
|
|
13013
13013
|
"line": {
|
|
13014
13014
|
"start": 123,
|
|
@@ -13033,7 +13033,7 @@
|
|
|
13033
13033
|
"context": {
|
|
13034
13034
|
"type": "variable",
|
|
13035
13035
|
"name": "kendo-checkbox-disabled-checked-text",
|
|
13036
|
-
"value": "$kendo-color-white",
|
|
13036
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
13037
13037
|
"scope": "default",
|
|
13038
13038
|
"line": {
|
|
13039
13039
|
"start": 126,
|
|
@@ -13058,7 +13058,7 @@
|
|
|
13058
13058
|
"context": {
|
|
13059
13059
|
"type": "variable",
|
|
13060
13060
|
"name": "kendo-checkbox-disabled-checked-border",
|
|
13061
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
13061
|
+
"value": "if($kendo-enable-color-system, transparent, k-get-theme-color-var( neutral-60 ))",
|
|
13062
13062
|
"scope": "default",
|
|
13063
13063
|
"line": {
|
|
13064
13064
|
"start": 129,
|
|
@@ -13108,7 +13108,7 @@
|
|
|
13108
13108
|
"context": {
|
|
13109
13109
|
"type": "variable",
|
|
13110
13110
|
"name": "kendo-checkbox-disabled-indeterminate-text",
|
|
13111
|
-
"value": "k-get-theme-color( neutral, 60 )",
|
|
13111
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color( neutral, 60 ))",
|
|
13112
13112
|
"scope": "default",
|
|
13113
13113
|
"line": {
|
|
13114
13114
|
"start": 136,
|
|
@@ -13133,7 +13133,7 @@
|
|
|
13133
13133
|
"context": {
|
|
13134
13134
|
"type": "variable",
|
|
13135
13135
|
"name": "kendo-checkbox-disabled-indeterminate-border",
|
|
13136
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
13136
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
13137
13137
|
"scope": "default",
|
|
13138
13138
|
"line": {
|
|
13139
13139
|
"start": 139,
|
|
@@ -13608,7 +13608,7 @@
|
|
|
13608
13608
|
"context": {
|
|
13609
13609
|
"type": "variable",
|
|
13610
13610
|
"name": "kendo-checkbox-ripple-bg",
|
|
13611
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
13611
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
13612
13612
|
"scope": "default",
|
|
13613
13613
|
"line": {
|
|
13614
13614
|
"start": 215,
|
|
@@ -13908,7 +13908,7 @@
|
|
|
13908
13908
|
"context": {
|
|
13909
13909
|
"type": "variable",
|
|
13910
13910
|
"name": "kendo-chip-outline-disabled-border",
|
|
13911
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
13911
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
13912
13912
|
"scope": "default",
|
|
13913
13913
|
"line": {
|
|
13914
13914
|
"start": 40,
|
|
@@ -14733,7 +14733,7 @@
|
|
|
14733
14733
|
"context": {
|
|
14734
14734
|
"type": "variable",
|
|
14735
14735
|
"name": "kendo-color-gradient-focus-border",
|
|
14736
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
14736
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))",
|
|
14737
14737
|
"scope": "default",
|
|
14738
14738
|
"line": {
|
|
14739
14739
|
"start": 52,
|
|
@@ -14883,7 +14883,7 @@
|
|
|
14883
14883
|
"context": {
|
|
14884
14884
|
"type": "variable",
|
|
14885
14885
|
"name": "kendo-color-gradient-canvas-rectangle-border",
|
|
14886
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
14886
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
14887
14887
|
"scope": "default",
|
|
14888
14888
|
"line": {
|
|
14889
14889
|
"start": 71,
|
|
@@ -14983,7 +14983,7 @@
|
|
|
14983
14983
|
"context": {
|
|
14984
14984
|
"type": "variable",
|
|
14985
14985
|
"name": "kendo-color-gradient-slider-border-width",
|
|
14986
|
-
"value": "1px",
|
|
14986
|
+
"value": "if($kendo-enable-color-system, 0, 1px)",
|
|
14987
14987
|
"scope": "default",
|
|
14988
14988
|
"line": {
|
|
14989
14989
|
"start": 84,
|
|
@@ -15008,7 +15008,7 @@
|
|
|
15008
15008
|
"context": {
|
|
15009
15009
|
"type": "variable",
|
|
15010
15010
|
"name": "kendo-color-gradient-slider-border",
|
|
15011
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
15011
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
15012
15012
|
"scope": "default",
|
|
15013
15013
|
"line": {
|
|
15014
15014
|
"start": 87,
|
|
@@ -15208,7 +15208,7 @@
|
|
|
15208
15208
|
"context": {
|
|
15209
15209
|
"type": "variable",
|
|
15210
15210
|
"name": "kendo-color-gradient-draghandle-border",
|
|
15211
|
-
"value": "$kendo-color-white",
|
|
15211
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
15212
15212
|
"scope": "default",
|
|
15213
15213
|
"line": {
|
|
15214
15214
|
"start": 113,
|
|
@@ -15233,7 +15233,7 @@
|
|
|
15233
15233
|
"context": {
|
|
15234
15234
|
"type": "variable",
|
|
15235
15235
|
"name": "kendo-color-gradient-draghandle-shadow",
|
|
15236
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
15236
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
15237
15237
|
"scope": "default",
|
|
15238
15238
|
"line": {
|
|
15239
15239
|
"start": 116,
|
|
@@ -15283,7 +15283,7 @@
|
|
|
15283
15283
|
"context": {
|
|
15284
15284
|
"type": "variable",
|
|
15285
15285
|
"name": "kendo-color-gradient-draghandle-focus-border",
|
|
15286
|
-
"value": "$kendo-color-white",
|
|
15286
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
15287
15287
|
"scope": "default",
|
|
15288
15288
|
"line": {
|
|
15289
15289
|
"start": 122,
|
|
@@ -15308,7 +15308,7 @@
|
|
|
15308
15308
|
"context": {
|
|
15309
15309
|
"type": "variable",
|
|
15310
15310
|
"name": "kendo-color-gradient-draghandle-focus-shadow",
|
|
15311
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
15311
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
15312
15312
|
"scope": "default",
|
|
15313
15313
|
"line": {
|
|
15314
15314
|
"start": 125,
|
|
@@ -15333,7 +15333,7 @@
|
|
|
15333
15333
|
"context": {
|
|
15334
15334
|
"type": "variable",
|
|
15335
15335
|
"name": "kendo-color-gradient-draghandle-hover-shadow",
|
|
15336
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
15336
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
15337
15337
|
"scope": "default",
|
|
15338
15338
|
"line": {
|
|
15339
15339
|
"start": 128,
|
|
@@ -15683,7 +15683,7 @@
|
|
|
15683
15683
|
"context": {
|
|
15684
15684
|
"type": "variable",
|
|
15685
15685
|
"name": "kendo-color-preview-border",
|
|
15686
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
15686
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
15687
15687
|
"scope": "default",
|
|
15688
15688
|
"line": {
|
|
15689
15689
|
"start": 17,
|
|
@@ -15708,7 +15708,7 @@
|
|
|
15708
15708
|
"context": {
|
|
15709
15709
|
"type": "variable",
|
|
15710
15710
|
"name": "kendo-color-preview-hover-border",
|
|
15711
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
15711
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
15712
15712
|
"scope": "default",
|
|
15713
15713
|
"line": {
|
|
15714
15714
|
"start": 20,
|
|
@@ -15733,7 +15733,7 @@
|
|
|
15733
15733
|
"context": {
|
|
15734
15734
|
"type": "variable",
|
|
15735
15735
|
"name": "kendo-color-preview-no-color-bg",
|
|
15736
|
-
"value": "$kendo-color-white",
|
|
15736
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
15737
15737
|
"scope": "default",
|
|
15738
15738
|
"line": {
|
|
15739
15739
|
"start": 24,
|
|
@@ -15758,7 +15758,7 @@
|
|
|
15758
15758
|
"context": {
|
|
15759
15759
|
"type": "variable",
|
|
15760
15760
|
"name": "kendo-color-preview-no-color-text",
|
|
15761
|
-
"value": "k-get-theme-color( error, 190 )",
|
|
15761
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color( error, 190 ))",
|
|
15762
15762
|
"scope": "default",
|
|
15763
15763
|
"line": {
|
|
15764
15764
|
"start": 27,
|
|
@@ -15799,6 +15799,31 @@
|
|
|
15799
15799
|
"name": "_variables.scss"
|
|
15800
15800
|
}
|
|
15801
15801
|
},
|
|
15802
|
+
{
|
|
15803
|
+
"description": "The global default Colors map.\n",
|
|
15804
|
+
"commentRange": {
|
|
15805
|
+
"start": 179,
|
|
15806
|
+
"end": 180
|
|
15807
|
+
},
|
|
15808
|
+
"context": {
|
|
15809
|
+
"type": "variable",
|
|
15810
|
+
"name": "kendo-colors",
|
|
15811
|
+
"value": "$_default-colors",
|
|
15812
|
+
"scope": "default",
|
|
15813
|
+
"line": {
|
|
15814
|
+
"start": 181,
|
|
15815
|
+
"end": 181
|
|
15816
|
+
}
|
|
15817
|
+
},
|
|
15818
|
+
"group": [
|
|
15819
|
+
"color-system"
|
|
15820
|
+
],
|
|
15821
|
+
"access": "public",
|
|
15822
|
+
"file": {
|
|
15823
|
+
"path": "core/color-system/_swatch.scss",
|
|
15824
|
+
"name": "_swatch.scss"
|
|
15825
|
+
}
|
|
15826
|
+
},
|
|
15802
15827
|
{
|
|
15803
15828
|
"description": "The spacer of the ColorEditor.\n",
|
|
15804
15829
|
"commentRange": {
|
|
@@ -16083,7 +16108,7 @@
|
|
|
16083
16108
|
"context": {
|
|
16084
16109
|
"type": "variable",
|
|
16085
16110
|
"name": "kendo-color-editor-focus-border",
|
|
16086
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
16111
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))",
|
|
16087
16112
|
"scope": "default",
|
|
16088
16113
|
"line": {
|
|
16089
16114
|
"start": 42,
|
|
@@ -16683,7 +16708,7 @@
|
|
|
16683
16708
|
"context": {
|
|
16684
16709
|
"type": "variable",
|
|
16685
16710
|
"name": "kendo-color-palette-tile-focus-outline",
|
|
16686
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
16711
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
16687
16712
|
"scope": "default",
|
|
16688
16713
|
"line": {
|
|
16689
16714
|
"start": 31,
|
|
@@ -16708,7 +16733,7 @@
|
|
|
16708
16733
|
"context": {
|
|
16709
16734
|
"type": "variable",
|
|
16710
16735
|
"name": "kendo-color-palette-tile-focus-shadow",
|
|
16711
|
-
"value": "inset 0 0 0 2px $kendo-color-white",
|
|
16736
|
+
"value": "inset 0 0 0 2px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
16712
16737
|
"scope": "default",
|
|
16713
16738
|
"line": {
|
|
16714
16739
|
"start": 34,
|
|
@@ -16733,7 +16758,7 @@
|
|
|
16733
16758
|
"context": {
|
|
16734
16759
|
"type": "variable",
|
|
16735
16760
|
"name": "kendo-color-palette-tile-hover-outline",
|
|
16736
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
16761
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .1 ), k-get-theme-color-var( neutral-20 ))",
|
|
16737
16762
|
"scope": "default",
|
|
16738
16763
|
"line": {
|
|
16739
16764
|
"start": 37,
|
|
@@ -16758,7 +16783,7 @@
|
|
|
16758
16783
|
"context": {
|
|
16759
16784
|
"type": "variable",
|
|
16760
16785
|
"name": "kendo-color-palette-tile-hover-shadow",
|
|
16761
|
-
"value": "inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white",
|
|
16786
|
+
"value": "inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
16762
16787
|
"scope": "default",
|
|
16763
16788
|
"line": {
|
|
16764
16789
|
"start": 40,
|
|
@@ -17433,7 +17458,7 @@
|
|
|
17433
17458
|
"context": {
|
|
17434
17459
|
"type": "variable",
|
|
17435
17460
|
"name": "kendo-dock-manager-pane-header-text",
|
|
17436
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
17461
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
17437
17462
|
"scope": "default",
|
|
17438
17463
|
"line": {
|
|
17439
17464
|
"start": 31,
|
|
@@ -17733,7 +17758,7 @@
|
|
|
17733
17758
|
"context": {
|
|
17734
17759
|
"type": "variable",
|
|
17735
17760
|
"name": "kendo-dock-manager-unpinned-container-bg",
|
|
17736
|
-
"value": "$kendo-color-white",
|
|
17761
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
17737
17762
|
"scope": "default",
|
|
17738
17763
|
"line": {
|
|
17739
17764
|
"start": 71,
|
|
@@ -17833,7 +17858,7 @@
|
|
|
17833
17858
|
"context": {
|
|
17834
17859
|
"type": "variable",
|
|
17835
17860
|
"name": "kendo-dock-indicator-text",
|
|
17836
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
17861
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
17837
17862
|
"scope": "default",
|
|
17838
17863
|
"line": {
|
|
17839
17864
|
"start": 84,
|
|
@@ -17958,7 +17983,7 @@
|
|
|
17958
17983
|
"context": {
|
|
17959
17984
|
"type": "variable",
|
|
17960
17985
|
"name": "kendo-dock-indicator-hover-bg",
|
|
17961
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
17986
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
17962
17987
|
"scope": "default",
|
|
17963
17988
|
"line": {
|
|
17964
17989
|
"start": 100,
|
|
@@ -17983,7 +18008,7 @@
|
|
|
17983
18008
|
"context": {
|
|
17984
18009
|
"type": "variable",
|
|
17985
18010
|
"name": "kendo-dock-indicator-hover-text",
|
|
17986
|
-
"value": "$kendo-color-white",
|
|
18011
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
17987
18012
|
"scope": "default",
|
|
17988
18013
|
"line": {
|
|
17989
18014
|
"start": 103,
|
|
@@ -18083,7 +18108,7 @@
|
|
|
18083
18108
|
"context": {
|
|
18084
18109
|
"type": "variable",
|
|
18085
18110
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
18086
|
-
"value": "color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent)",
|
|
18111
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .2 ), color-mix(in srgb, k-get-theme-color-var( primary-100 ) 20%, transparent))",
|
|
18087
18112
|
"scope": "default",
|
|
18088
18113
|
"line": {
|
|
18089
18114
|
"start": 116,
|
|
@@ -18108,7 +18133,7 @@
|
|
|
18108
18133
|
"context": {
|
|
18109
18134
|
"type": "variable",
|
|
18110
18135
|
"name": "kendo-dock-manager-dock-preview-border",
|
|
18111
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
18136
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
18112
18137
|
"scope": "default",
|
|
18113
18138
|
"line": {
|
|
18114
18139
|
"start": 119,
|
|
@@ -18658,7 +18683,7 @@
|
|
|
18658
18683
|
"context": {
|
|
18659
18684
|
"type": "variable",
|
|
18660
18685
|
"name": "kendo-drop-hint-bg",
|
|
18661
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
18686
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
18662
18687
|
"scope": "default",
|
|
18663
18688
|
"line": {
|
|
18664
18689
|
"start": 72,
|
|
@@ -18933,7 +18958,7 @@
|
|
|
18933
18958
|
"context": {
|
|
18934
18959
|
"type": "variable",
|
|
18935
18960
|
"name": "kendo-drawer-scrollbar-color",
|
|
18936
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
18961
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
18937
18962
|
"scope": "default",
|
|
18938
18963
|
"line": {
|
|
18939
18964
|
"start": 37,
|
|
@@ -18958,7 +18983,7 @@
|
|
|
18958
18983
|
"context": {
|
|
18959
18984
|
"type": "variable",
|
|
18960
18985
|
"name": "kendo-drawer-scrollbar-bg",
|
|
18961
|
-
"value": "k-get-theme-color-var( neutral-40 )",
|
|
18986
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-40 ))",
|
|
18962
18987
|
"scope": "default",
|
|
18963
18988
|
"line": {
|
|
18964
18989
|
"start": 40,
|
|
@@ -19008,7 +19033,7 @@
|
|
|
19008
19033
|
"context": {
|
|
19009
19034
|
"type": "variable",
|
|
19010
19035
|
"name": "kendo-drawer-scrollbar-hover-color",
|
|
19011
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
19036
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), k-get-theme-color-var( neutral-110 ))",
|
|
19012
19037
|
"scope": "default",
|
|
19013
19038
|
"line": {
|
|
19014
19039
|
"start": 46,
|
|
@@ -19283,7 +19308,7 @@
|
|
|
19283
19308
|
"context": {
|
|
19284
19309
|
"type": "variable",
|
|
19285
19310
|
"name": "kendo-drawer-item-ripple-border",
|
|
19286
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
19311
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
19287
19312
|
"scope": "default",
|
|
19288
19313
|
"line": {
|
|
19289
19314
|
"start": 84,
|
|
@@ -19358,7 +19383,7 @@
|
|
|
19358
19383
|
"context": {
|
|
19359
19384
|
"type": "variable",
|
|
19360
19385
|
"name": "kendo-drawer-item-icon-text",
|
|
19361
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
19386
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
19362
19387
|
"scope": "default",
|
|
19363
19388
|
"line": {
|
|
19364
19389
|
"start": 93,
|
|
@@ -19408,7 +19433,7 @@
|
|
|
19408
19433
|
"context": {
|
|
19409
19434
|
"type": "variable",
|
|
19410
19435
|
"name": "kendo-drawer-item-hover-text",
|
|
19411
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
19436
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
19412
19437
|
"scope": "default",
|
|
19413
19438
|
"line": {
|
|
19414
19439
|
"start": 100,
|
|
@@ -19433,7 +19458,7 @@
|
|
|
19433
19458
|
"context": {
|
|
19434
19459
|
"type": "variable",
|
|
19435
19460
|
"name": "kendo-drawer-item-hover-icon-text",
|
|
19436
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
19461
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
19437
19462
|
"scope": "default",
|
|
19438
19463
|
"line": {
|
|
19439
19464
|
"start": 103,
|
|
@@ -19508,7 +19533,7 @@
|
|
|
19508
19533
|
"context": {
|
|
19509
19534
|
"type": "variable",
|
|
19510
19535
|
"name": "kendo-drawer-item-focus-shadow",
|
|
19511
|
-
"value": "inset 0 0 0 1px k-get-theme-color-var( neutral-130
|
|
19536
|
+
"value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
19512
19537
|
"scope": "default",
|
|
19513
19538
|
"line": {
|
|
19514
19539
|
"start": 113,
|
|
@@ -19608,7 +19633,7 @@
|
|
|
19608
19633
|
"context": {
|
|
19609
19634
|
"type": "variable",
|
|
19610
19635
|
"name": "kendo-drawer-item-selected-text",
|
|
19611
|
-
"value": "$kendo-color-black",
|
|
19636
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
19612
19637
|
"scope": "default",
|
|
19613
19638
|
"line": {
|
|
19614
19639
|
"start": 126,
|
|
@@ -19633,7 +19658,7 @@
|
|
|
19633
19658
|
"context": {
|
|
19634
19659
|
"type": "variable",
|
|
19635
19660
|
"name": "kendo-drawer-item-selected-icon-text",
|
|
19636
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
19661
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
|
|
19637
19662
|
"scope": "default",
|
|
19638
19663
|
"line": {
|
|
19639
19664
|
"start": 129,
|
|
@@ -19958,7 +19983,7 @@
|
|
|
19958
19983
|
"context": {
|
|
19959
19984
|
"type": "variable",
|
|
19960
19985
|
"name": "kendo-dropzone-bg",
|
|
19961
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
19986
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
19962
19987
|
"scope": "default",
|
|
19963
19988
|
"line": {
|
|
19964
19989
|
"start": 30,
|
|
@@ -19975,7 +20000,7 @@
|
|
|
19975
20000
|
}
|
|
19976
20001
|
},
|
|
19977
20002
|
{
|
|
19978
|
-
"description": "
|
|
20003
|
+
"description": "Text color of the dropzone.\n",
|
|
19979
20004
|
"commentRange": {
|
|
19980
20005
|
"start": 31,
|
|
19981
20006
|
"end": 32
|
|
@@ -20058,7 +20083,7 @@
|
|
|
20058
20083
|
"context": {
|
|
20059
20084
|
"type": "variable",
|
|
20060
20085
|
"name": "kendo-dropzone-icon-text",
|
|
20061
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
20086
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-90 ))",
|
|
20062
20087
|
"scope": "default",
|
|
20063
20088
|
"line": {
|
|
20064
20089
|
"start": 43,
|
|
@@ -20075,7 +20100,7 @@
|
|
|
20075
20100
|
}
|
|
20076
20101
|
},
|
|
20077
20102
|
{
|
|
20078
|
-
"description": "
|
|
20103
|
+
"description": "Text color of the icon when the dropzone is hovered.\n",
|
|
20079
20104
|
"commentRange": {
|
|
20080
20105
|
"start": 44,
|
|
20081
20106
|
"end": 45
|
|
@@ -20083,7 +20108,7 @@
|
|
|
20083
20108
|
"context": {
|
|
20084
20109
|
"type": "variable",
|
|
20085
20110
|
"name": "kendo-dropzone-icon-hover-text",
|
|
20086
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
20111
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
20087
20112
|
"scope": "default",
|
|
20088
20113
|
"line": {
|
|
20089
20114
|
"start": 46,
|
|
@@ -20608,7 +20633,7 @@
|
|
|
20608
20633
|
"context": {
|
|
20609
20634
|
"type": "variable",
|
|
20610
20635
|
"name": "kendo-editor-selected-text",
|
|
20611
|
-
"value": "$kendo-color-white",
|
|
20636
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
20612
20637
|
"scope": "default",
|
|
20613
20638
|
"line": {
|
|
20614
20639
|
"start": 44,
|
|
@@ -20633,7 +20658,7 @@
|
|
|
20633
20658
|
"context": {
|
|
20634
20659
|
"type": "variable",
|
|
20635
20660
|
"name": "kendo-editor-selected-bg",
|
|
20636
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
20661
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
20637
20662
|
"scope": "default",
|
|
20638
20663
|
"line": {
|
|
20639
20664
|
"start": 47,
|
|
@@ -20658,7 +20683,7 @@
|
|
|
20658
20683
|
"context": {
|
|
20659
20684
|
"type": "variable",
|
|
20660
20685
|
"name": "kendo-editor-highlighted-bg",
|
|
20661
|
-
"value": "k-get-theme-color-var( primary-60 )",
|
|
20686
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .55 ), k-get-theme-color-var( primary-60 ))",
|
|
20662
20687
|
"scope": "default",
|
|
20663
20688
|
"line": {
|
|
20664
20689
|
"start": 50,
|
|
@@ -20733,7 +20758,7 @@
|
|
|
20733
20758
|
"context": {
|
|
20734
20759
|
"type": "variable",
|
|
20735
20760
|
"name": "kendo-editor-resize-handle-border",
|
|
20736
|
-
"value": "$kendo-color-black",
|
|
20761
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
20737
20762
|
"scope": "default",
|
|
20738
20763
|
"line": {
|
|
20739
20764
|
"start": 60,
|
|
@@ -20758,7 +20783,7 @@
|
|
|
20758
20783
|
"context": {
|
|
20759
20784
|
"type": "variable",
|
|
20760
20785
|
"name": "kendo-editor-resize-handle-bg",
|
|
20761
|
-
"value": "$kendo-color-white",
|
|
20786
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
20762
20787
|
"scope": "default",
|
|
20763
20788
|
"line": {
|
|
20764
20789
|
"start": 63,
|
|
@@ -20783,7 +20808,7 @@
|
|
|
20783
20808
|
"context": {
|
|
20784
20809
|
"type": "variable",
|
|
20785
20810
|
"name": "kendo-editor-selectednode-outline-color",
|
|
20786
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
20811
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
20787
20812
|
"scope": "default",
|
|
20788
20813
|
"line": {
|
|
20789
20814
|
"start": 67,
|
|
@@ -21133,7 +21158,7 @@
|
|
|
21133
21158
|
"context": {
|
|
21134
21159
|
"type": "variable",
|
|
21135
21160
|
"name": "kendo-expander-bg",
|
|
21136
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
21161
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
21137
21162
|
"scope": "default",
|
|
21138
21163
|
"line": {
|
|
21139
21164
|
"start": 25,
|
|
@@ -21183,7 +21208,7 @@
|
|
|
21183
21208
|
"context": {
|
|
21184
21209
|
"type": "variable",
|
|
21185
21210
|
"name": "kendo-expander-shadow",
|
|
21186
|
-
"value": "inset 0 0 0 2px k-get-theme-color-var( neutral-30 )",
|
|
21211
|
+
"value": "inset 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
21187
21212
|
"scope": "default",
|
|
21188
21213
|
"line": {
|
|
21189
21214
|
"start": 31,
|
|
@@ -21358,7 +21383,7 @@
|
|
|
21358
21383
|
"context": {
|
|
21359
21384
|
"type": "variable",
|
|
21360
21385
|
"name": "kendo-expander-focus-outline",
|
|
21361
|
-
"value": "k-get-theme-color-var( neutral-130
|
|
21386
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
21362
21387
|
"scope": "default",
|
|
21363
21388
|
"line": {
|
|
21364
21389
|
"start": 55,
|
|
@@ -21408,7 +21433,7 @@
|
|
|
21408
21433
|
"context": {
|
|
21409
21434
|
"type": "variable",
|
|
21410
21435
|
"name": "kendo-expander-focus-shadow",
|
|
21411
|
-
"value": "inset 0px 0px 0px 2px k-get-theme-color-var( neutral-130
|
|
21436
|
+
"value": "inset 0px 0px 0px 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
21412
21437
|
"scope": "default",
|
|
21413
21438
|
"line": {
|
|
21414
21439
|
"start": 62,
|
|
@@ -21483,7 +21508,7 @@
|
|
|
21483
21508
|
"context": {
|
|
21484
21509
|
"type": "variable",
|
|
21485
21510
|
"name": "kendo-expander-header-text",
|
|
21486
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
21511
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
21487
21512
|
"scope": "default",
|
|
21488
21513
|
"line": {
|
|
21489
21514
|
"start": 73,
|
|
@@ -21533,7 +21558,7 @@
|
|
|
21533
21558
|
"context": {
|
|
21534
21559
|
"type": "variable",
|
|
21535
21560
|
"name": "kendo-expander-header-hover-bg",
|
|
21536
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
21561
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))",
|
|
21537
21562
|
"scope": "default",
|
|
21538
21563
|
"line": {
|
|
21539
21564
|
"start": 80,
|
|
@@ -21558,7 +21583,7 @@
|
|
|
21558
21583
|
"context": {
|
|
21559
21584
|
"type": "variable",
|
|
21560
21585
|
"name": "kendo-expander-title-text",
|
|
21561
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
21586
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
21562
21587
|
"scope": "default",
|
|
21563
21588
|
"line": {
|
|
21564
21589
|
"start": 84,
|
|
@@ -23282,7 +23307,7 @@
|
|
|
23282
23307
|
"context": {
|
|
23283
23308
|
"type": "variable",
|
|
23284
23309
|
"name": "kendo-filter-preview-field-text",
|
|
23285
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
23310
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
23286
23311
|
"scope": "default",
|
|
23287
23312
|
"line": {
|
|
23288
23313
|
"start": 27,
|
|
@@ -23307,7 +23332,7 @@
|
|
|
23307
23332
|
"context": {
|
|
23308
23333
|
"type": "variable",
|
|
23309
23334
|
"name": "kendo-filter-preview-operator-text",
|
|
23310
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
23335
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
23311
23336
|
"scope": "default",
|
|
23312
23337
|
"line": {
|
|
23313
23338
|
"start": 30,
|
|
@@ -23357,7 +23382,7 @@
|
|
|
23357
23382
|
"context": {
|
|
23358
23383
|
"type": "variable",
|
|
23359
23384
|
"name": "kendo-filter-toolbar-focus-border",
|
|
23360
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
23385
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
23361
23386
|
"scope": "default",
|
|
23362
23387
|
"line": {
|
|
23363
23388
|
"start": 38,
|
|
@@ -24382,7 +24407,7 @@
|
|
|
24382
24407
|
"context": {
|
|
24383
24408
|
"type": "variable",
|
|
24384
24409
|
"name": "kendo-fab-item-text",
|
|
24385
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
24410
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
24386
24411
|
"scope": "default",
|
|
24387
24412
|
"line": {
|
|
24388
24413
|
"start": 154,
|
|
@@ -24432,7 +24457,7 @@
|
|
|
24432
24457
|
"context": {
|
|
24433
24458
|
"type": "variable",
|
|
24434
24459
|
"name": "kendo-fab-item-border",
|
|
24435
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
24460
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
24436
24461
|
"scope": "default",
|
|
24437
24462
|
"line": {
|
|
24438
24463
|
"start": 160,
|
|
@@ -24507,7 +24532,7 @@
|
|
|
24507
24532
|
"context": {
|
|
24508
24533
|
"type": "variable",
|
|
24509
24534
|
"name": "kendo-fab-item-hover-border",
|
|
24510
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
24535
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
24511
24536
|
"scope": "default",
|
|
24512
24537
|
"line": {
|
|
24513
24538
|
"start": 169,
|
|
@@ -24532,7 +24557,7 @@
|
|
|
24532
24557
|
"context": {
|
|
24533
24558
|
"type": "variable",
|
|
24534
24559
|
"name": "kendo-fab-item-focus-text",
|
|
24535
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
24560
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
24536
24561
|
"scope": "default",
|
|
24537
24562
|
"line": {
|
|
24538
24563
|
"start": 172,
|
|
@@ -24582,7 +24607,7 @@
|
|
|
24582
24607
|
"context": {
|
|
24583
24608
|
"type": "variable",
|
|
24584
24609
|
"name": "kendo-fab-item-focus-border",
|
|
24585
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
24610
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
24586
24611
|
"scope": "default",
|
|
24587
24612
|
"line": {
|
|
24588
24613
|
"start": 178,
|
|
@@ -24657,7 +24682,7 @@
|
|
|
24657
24682
|
"context": {
|
|
24658
24683
|
"type": "variable",
|
|
24659
24684
|
"name": "kendo-fab-item-active-border",
|
|
24660
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
24685
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
24661
24686
|
"scope": "default",
|
|
24662
24687
|
"line": {
|
|
24663
24688
|
"start": 187,
|
|
@@ -25657,7 +25682,7 @@
|
|
|
25657
25682
|
"context": {
|
|
25658
25683
|
"type": "variable",
|
|
25659
25684
|
"name": "kendo-form-hint-text",
|
|
25660
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
25685
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
25661
25686
|
"scope": "default",
|
|
25662
25687
|
"line": {
|
|
25663
25688
|
"start": 92,
|
|
@@ -26207,7 +26232,7 @@
|
|
|
26207
26232
|
"context": {
|
|
26208
26233
|
"type": "variable",
|
|
26209
26234
|
"name": "kendo-fieldset-legend-text",
|
|
26210
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
26235
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
26211
26236
|
"scope": "default",
|
|
26212
26237
|
"line": {
|
|
26213
26238
|
"start": 174,
|
|
@@ -26457,7 +26482,7 @@
|
|
|
26457
26482
|
"context": {
|
|
26458
26483
|
"type": "variable",
|
|
26459
26484
|
"name": "kendo-gantt-nonwork-bg",
|
|
26460
|
-
"value": "rgba( $kendo-color-black, .04 )",
|
|
26485
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .04 )",
|
|
26461
26486
|
"scope": "default",
|
|
26462
26487
|
"line": {
|
|
26463
26488
|
"start": 29,
|
|
@@ -26582,7 +26607,7 @@
|
|
|
26582
26607
|
"context": {
|
|
26583
26608
|
"type": "variable",
|
|
26584
26609
|
"name": "kendo-gantt-line-selected-fill",
|
|
26585
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
26610
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
|
|
26586
26611
|
"scope": "default",
|
|
26587
26612
|
"line": {
|
|
26588
26613
|
"start": 45,
|
|
@@ -26657,7 +26682,7 @@
|
|
|
26657
26682
|
"context": {
|
|
26658
26683
|
"type": "variable",
|
|
26659
26684
|
"name": "kendo-gantt-dot-bg",
|
|
26660
|
-
"value": "$kendo-color-black",
|
|
26685
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
26661
26686
|
"scope": "default",
|
|
26662
26687
|
"line": {
|
|
26663
26688
|
"start": 55,
|
|
@@ -26682,7 +26707,7 @@
|
|
|
26682
26707
|
"context": {
|
|
26683
26708
|
"type": "variable",
|
|
26684
26709
|
"name": "kendo-gantt-dot-border",
|
|
26685
|
-
"value": "$kendo-color-black",
|
|
26710
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
26686
26711
|
"scope": "default",
|
|
26687
26712
|
"line": {
|
|
26688
26713
|
"start": 58,
|
|
@@ -26707,7 +26732,7 @@
|
|
|
26707
26732
|
"context": {
|
|
26708
26733
|
"type": "variable",
|
|
26709
26734
|
"name": "kendo-gantt-dot-hover-bg",
|
|
26710
|
-
"value": "$kendo-color-white",
|
|
26735
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
26711
26736
|
"scope": "default",
|
|
26712
26737
|
"line": {
|
|
26713
26738
|
"start": 61,
|
|
@@ -26732,7 +26757,7 @@
|
|
|
26732
26757
|
"context": {
|
|
26733
26758
|
"type": "variable",
|
|
26734
26759
|
"name": "kendo-gantt-dot-hover-border",
|
|
26735
|
-
"value": "$kendo-color-black",
|
|
26760
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
26736
26761
|
"scope": "default",
|
|
26737
26762
|
"line": {
|
|
26738
26763
|
"start": 64,
|
|
@@ -26807,7 +26832,7 @@
|
|
|
26807
26832
|
"context": {
|
|
26808
26833
|
"type": "variable",
|
|
26809
26834
|
"name": "kendo-gantt-milestone-selected-bg",
|
|
26810
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
26835
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
26811
26836
|
"scope": "default",
|
|
26812
26837
|
"line": {
|
|
26813
26838
|
"start": 74,
|
|
@@ -26832,7 +26857,7 @@
|
|
|
26832
26857
|
"context": {
|
|
26833
26858
|
"type": "variable",
|
|
26834
26859
|
"name": "kendo-gantt-milestone-selected-border",
|
|
26835
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
26860
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
26836
26861
|
"scope": "default",
|
|
26837
26862
|
"line": {
|
|
26838
26863
|
"start": 77,
|
|
@@ -26857,7 +26882,7 @@
|
|
|
26857
26882
|
"context": {
|
|
26858
26883
|
"type": "variable",
|
|
26859
26884
|
"name": "kendo-gantt-summary-bg",
|
|
26860
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
26885
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))",
|
|
26861
26886
|
"scope": "default",
|
|
26862
26887
|
"line": {
|
|
26863
26888
|
"start": 81,
|
|
@@ -26882,7 +26907,7 @@
|
|
|
26882
26907
|
"context": {
|
|
26883
26908
|
"type": "variable",
|
|
26884
26909
|
"name": "kendo-gantt-summary-progress-bg",
|
|
26885
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
26910
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
26886
26911
|
"scope": "default",
|
|
26887
26912
|
"line": {
|
|
26888
26913
|
"start": 84,
|
|
@@ -26907,7 +26932,7 @@
|
|
|
26907
26932
|
"context": {
|
|
26908
26933
|
"type": "variable",
|
|
26909
26934
|
"name": "kendo-gantt-summary-selected-bg",
|
|
26910
|
-
"value": "k-get-theme-color-var( primary-50 )",
|
|
26935
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))",
|
|
26911
26936
|
"scope": "default",
|
|
26912
26937
|
"line": {
|
|
26913
26938
|
"start": 87,
|
|
@@ -26932,7 +26957,7 @@
|
|
|
26932
26957
|
"context": {
|
|
26933
26958
|
"type": "variable",
|
|
26934
26959
|
"name": "kendo-gantt-summary-progress-selected-bg",
|
|
26935
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
26960
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
26936
26961
|
"scope": "default",
|
|
26937
26962
|
"line": {
|
|
26938
26963
|
"start": 90,
|
|
@@ -27032,7 +27057,7 @@
|
|
|
27032
27057
|
"context": {
|
|
27033
27058
|
"type": "variable",
|
|
27034
27059
|
"name": "kendo-gantt-task-bg",
|
|
27035
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
27060
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-110 ))",
|
|
27036
27061
|
"scope": "default",
|
|
27037
27062
|
"line": {
|
|
27038
27063
|
"start": 103,
|
|
@@ -27057,7 +27082,7 @@
|
|
|
27057
27082
|
"context": {
|
|
27058
27083
|
"type": "variable",
|
|
27059
27084
|
"name": "kendo-gantt-task-text",
|
|
27060
|
-
"value": "$kendo-color-white",
|
|
27085
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
27061
27086
|
"scope": "default",
|
|
27062
27087
|
"line": {
|
|
27063
27088
|
"start": 106,
|
|
@@ -27107,7 +27132,7 @@
|
|
|
27107
27132
|
"context": {
|
|
27108
27133
|
"type": "variable",
|
|
27109
27134
|
"name": "kendo-gantt-task-progress-bg",
|
|
27110
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
27135
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
27111
27136
|
"scope": "default",
|
|
27112
27137
|
"line": {
|
|
27113
27138
|
"start": 112,
|
|
@@ -27132,7 +27157,7 @@
|
|
|
27132
27157
|
"context": {
|
|
27133
27158
|
"type": "variable",
|
|
27134
27159
|
"name": "kendo-gantt-task-progress-hover-bg",
|
|
27135
|
-
"value": "k-get-theme-color-var( neutral-
|
|
27160
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
27136
27161
|
"scope": "default",
|
|
27137
27162
|
"line": {
|
|
27138
27163
|
"start": 115,
|
|
@@ -27157,7 +27182,7 @@
|
|
|
27157
27182
|
"context": {
|
|
27158
27183
|
"type": "variable",
|
|
27159
27184
|
"name": "kendo-gantt-task-selected-bg",
|
|
27160
|
-
"value": "k-get-theme-color-var( primary-50 )",
|
|
27185
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-50 ))",
|
|
27161
27186
|
"scope": "default",
|
|
27162
27187
|
"line": {
|
|
27163
27188
|
"start": 118,
|
|
@@ -27182,7 +27207,7 @@
|
|
|
27182
27207
|
"context": {
|
|
27183
27208
|
"type": "variable",
|
|
27184
27209
|
"name": "kendo-gantt-task-selected-text",
|
|
27185
|
-
"value": "$kendo-color-white",
|
|
27210
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
27186
27211
|
"scope": "default",
|
|
27187
27212
|
"line": {
|
|
27188
27213
|
"start": 121,
|
|
@@ -27232,7 +27257,7 @@
|
|
|
27232
27257
|
"context": {
|
|
27233
27258
|
"type": "variable",
|
|
27234
27259
|
"name": "kendo-gantt-task-progress-selected-bg",
|
|
27235
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
27260
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
27236
27261
|
"scope": "default",
|
|
27237
27262
|
"line": {
|
|
27238
27263
|
"start": 127,
|
|
@@ -27682,7 +27707,7 @@
|
|
|
27682
27707
|
"context": {
|
|
27683
27708
|
"type": "variable",
|
|
27684
27709
|
"name": "kendo-gantt-planned-text",
|
|
27685
|
-
"value": "$kendo-color-white",
|
|
27710
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
27686
27711
|
"scope": "default",
|
|
27687
27712
|
"line": {
|
|
27688
27713
|
"start": 189,
|
|
@@ -27707,7 +27732,7 @@
|
|
|
27707
27732
|
"context": {
|
|
27708
27733
|
"type": "variable",
|
|
27709
27734
|
"name": "kendo-gantt-planned-bg",
|
|
27710
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
27735
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
27711
27736
|
"scope": "default",
|
|
27712
27737
|
"line": {
|
|
27713
27738
|
"start": 192,
|
|
@@ -27732,7 +27757,7 @@
|
|
|
27732
27757
|
"context": {
|
|
27733
27758
|
"type": "variable",
|
|
27734
27759
|
"name": "kendo-gantt-planned-border",
|
|
27735
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
27760
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
27736
27761
|
"scope": "default",
|
|
27737
27762
|
"line": {
|
|
27738
27763
|
"start": 195,
|
|
@@ -27757,7 +27782,7 @@
|
|
|
27757
27782
|
"context": {
|
|
27758
27783
|
"type": "variable",
|
|
27759
27784
|
"name": "kendo-gantt-delayed-text",
|
|
27760
|
-
"value": "$kendo-color-white",
|
|
27785
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
27761
27786
|
"scope": "default",
|
|
27762
27787
|
"line": {
|
|
27763
27788
|
"start": 199,
|
|
@@ -27782,7 +27807,7 @@
|
|
|
27782
27807
|
"context": {
|
|
27783
27808
|
"type": "variable",
|
|
27784
27809
|
"name": "kendo-gantt-delayed-bg",
|
|
27785
|
-
"value": "k-get-theme-color-var( error-160 )",
|
|
27810
|
+
"value": "if($kendo-enable-color-system, k-color( error-emphasis ), k-get-theme-color-var( error-160 ))",
|
|
27786
27811
|
"scope": "default",
|
|
27787
27812
|
"line": {
|
|
27788
27813
|
"start": 202,
|
|
@@ -27807,7 +27832,7 @@
|
|
|
27807
27832
|
"context": {
|
|
27808
27833
|
"type": "variable",
|
|
27809
27834
|
"name": "kendo-gantt-delayed-bg-lighter",
|
|
27810
|
-
"value": "k-get-theme-color-var( error-110)",
|
|
27835
|
+
"value": "if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-110))",
|
|
27811
27836
|
"scope": "default",
|
|
27812
27837
|
"line": {
|
|
27813
27838
|
"start": 205,
|
|
@@ -27832,7 +27857,7 @@
|
|
|
27832
27857
|
"context": {
|
|
27833
27858
|
"type": "variable",
|
|
27834
27859
|
"name": "kendo-gantt-delayed-hover-bg",
|
|
27835
|
-
"value": "k-get-theme-color-var( error-190 )",
|
|
27860
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))",
|
|
27836
27861
|
"scope": "default",
|
|
27837
27862
|
"line": {
|
|
27838
27863
|
"start": 208,
|
|
@@ -27857,7 +27882,7 @@
|
|
|
27857
27882
|
"context": {
|
|
27858
27883
|
"type": "variable",
|
|
27859
27884
|
"name": "kendo-gantt-advanced-bg",
|
|
27860
|
-
"value": "k-get-theme-color-var( success-160 )",
|
|
27885
|
+
"value": "if($kendo-enable-color-system, k-color( success-emphasis ), k-get-theme-color-var( success-160 ))",
|
|
27861
27886
|
"scope": "default",
|
|
27862
27887
|
"line": {
|
|
27863
27888
|
"start": 212,
|
|
@@ -27882,7 +27907,7 @@
|
|
|
27882
27907
|
"context": {
|
|
27883
27908
|
"type": "variable",
|
|
27884
27909
|
"name": "kendo-gantt-advanced-bg-lighter",
|
|
27885
|
-
"value": "k-get-theme-color-var( success-110 )",
|
|
27910
|
+
"value": "if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-110 ))",
|
|
27886
27911
|
"scope": "default",
|
|
27887
27912
|
"line": {
|
|
27888
27913
|
"start": 215,
|
|
@@ -27907,7 +27932,7 @@
|
|
|
27907
27932
|
"context": {
|
|
27908
27933
|
"type": "variable",
|
|
27909
27934
|
"name": "kendo-gantt-advanced-hover-bg",
|
|
27910
|
-
"value": "k-get-theme-color-var( success-190 )",
|
|
27935
|
+
"value": "if($kendo-enable-color-system, k-color( success-on-subtle ), k-get-theme-color-var( success-190 ))",
|
|
27911
27936
|
"scope": "default",
|
|
27912
27937
|
"line": {
|
|
27913
27938
|
"start": 218,
|
|
@@ -27932,7 +27957,7 @@
|
|
|
27932
27957
|
"context": {
|
|
27933
27958
|
"type": "variable",
|
|
27934
27959
|
"name": "kendo-gantt-action-on-offset-text",
|
|
27935
|
-
"value": "$kendo-color-black",
|
|
27960
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
27936
27961
|
"scope": "default",
|
|
27937
27962
|
"line": {
|
|
27938
27963
|
"start": 222,
|
|
@@ -28057,7 +28082,7 @@
|
|
|
28057
28082
|
"context": {
|
|
28058
28083
|
"type": "variable",
|
|
28059
28084
|
"name": "kendo-gantt-validation-tooltip-valid-border",
|
|
28060
|
-
"value": "k-get-theme-color-var( success-100 )",
|
|
28085
|
+
"value": "if($kendo-enable-color-system, k-color( success ), k-get-theme-color-var( success-100 ))",
|
|
28061
28086
|
"scope": "default",
|
|
28062
28087
|
"line": {
|
|
28063
28088
|
"start": 238,
|
|
@@ -28082,7 +28107,7 @@
|
|
|
28082
28107
|
"context": {
|
|
28083
28108
|
"type": "variable",
|
|
28084
28109
|
"name": "kendo-gantt-validation-tooltip-invalid-border",
|
|
28085
|
-
"value": "k-get-theme-color-var( error-100 )",
|
|
28110
|
+
"value": "if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))",
|
|
28086
28111
|
"scope": "default",
|
|
28087
28112
|
"line": {
|
|
28088
28113
|
"start": 241,
|
|
@@ -29282,7 +29307,7 @@
|
|
|
29282
29307
|
"context": {
|
|
29283
29308
|
"type": "variable",
|
|
29284
29309
|
"name": "kendo-grid-header-icon-text",
|
|
29285
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
29310
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
29286
29311
|
"scope": "default",
|
|
29287
29312
|
"line": {
|
|
29288
29313
|
"start": 239,
|
|
@@ -30057,7 +30082,7 @@
|
|
|
30057
30082
|
"context": {
|
|
30058
30083
|
"type": "variable",
|
|
30059
30084
|
"name": "kendo-grid-sort-indicator-text",
|
|
30060
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
30085
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
30061
30086
|
"scope": "default",
|
|
30062
30087
|
"line": {
|
|
30063
30088
|
"start": 339,
|
|
@@ -30082,7 +30107,7 @@
|
|
|
30082
30107
|
"context": {
|
|
30083
30108
|
"type": "variable",
|
|
30084
30109
|
"name": "kendo-grid-sort-indicator-order-text",
|
|
30085
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
30110
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
30086
30111
|
"scope": "default",
|
|
30087
30112
|
"line": {
|
|
30088
30113
|
"start": 342,
|
|
@@ -30107,7 +30132,7 @@
|
|
|
30107
30132
|
"context": {
|
|
30108
30133
|
"type": "variable",
|
|
30109
30134
|
"name": "kendo-grid-sorted-bg",
|
|
30110
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
30135
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
30111
30136
|
"scope": "default",
|
|
30112
30137
|
"line": {
|
|
30113
30138
|
"start": 345,
|
|
@@ -30357,7 +30382,7 @@
|
|
|
30357
30382
|
"context": {
|
|
30358
30383
|
"type": "variable",
|
|
30359
30384
|
"name": "kendo-grid-group-indicator-border",
|
|
30360
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
30385
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
30361
30386
|
"scope": "default",
|
|
30362
30387
|
"line": {
|
|
30363
30388
|
"start": 377,
|
|
@@ -30382,7 +30407,7 @@
|
|
|
30382
30407
|
"context": {
|
|
30383
30408
|
"type": "variable",
|
|
30384
30409
|
"name": "kendo-grid-group-indicator-icon-text",
|
|
30385
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
30410
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
30386
30411
|
"scope": "default",
|
|
30387
30412
|
"line": {
|
|
30388
30413
|
"start": 380,
|
|
@@ -30457,7 +30482,7 @@
|
|
|
30457
30482
|
"context": {
|
|
30458
30483
|
"type": "variable",
|
|
30459
30484
|
"name": "kendo-grid-group-drop-hint-bg",
|
|
30460
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
30485
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
30461
30486
|
"scope": "default",
|
|
30462
30487
|
"line": {
|
|
30463
30488
|
"start": 391,
|
|
@@ -30557,7 +30582,7 @@
|
|
|
30557
30582
|
"context": {
|
|
30558
30583
|
"type": "variable",
|
|
30559
30584
|
"name": "kendo-grid-sticky-border",
|
|
30560
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
30585
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .8 ), k-get-theme-color-var( neutral-90 ))",
|
|
30561
30586
|
"scope": "default",
|
|
30562
30587
|
"line": {
|
|
30563
30588
|
"start": 404,
|
|
@@ -30807,7 +30832,7 @@
|
|
|
30807
30832
|
"context": {
|
|
30808
30833
|
"type": "variable",
|
|
30809
30834
|
"name": "kendo-grid-sticky-selected-hover-bg",
|
|
30810
|
-
"value": "$kendo-grid-selected-hover-bg",
|
|
30835
|
+
"value": "if($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg)",
|
|
30811
30836
|
"scope": "default",
|
|
30812
30837
|
"line": {
|
|
30813
30838
|
"start": 437,
|
|
@@ -31882,7 +31907,7 @@
|
|
|
31882
31907
|
"context": {
|
|
31883
31908
|
"type": "variable",
|
|
31884
31909
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
31885
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
31910
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
31886
31911
|
"scope": "default",
|
|
31887
31912
|
"line": {
|
|
31888
31913
|
"start": 577,
|
|
@@ -31907,7 +31932,7 @@
|
|
|
31907
31932
|
"context": {
|
|
31908
31933
|
"type": "variable",
|
|
31909
31934
|
"name": "kendo-grid-row-resizer-active-bg",
|
|
31910
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
31935
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
31911
31936
|
"scope": "default",
|
|
31912
31937
|
"line": {
|
|
31913
31938
|
"start": 580,
|
|
@@ -32082,7 +32107,7 @@
|
|
|
32082
32107
|
"context": {
|
|
32083
32108
|
"type": "variable",
|
|
32084
32109
|
"name": "kendo-image-editor-border",
|
|
32085
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
32110
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
32086
32111
|
"scope": "default",
|
|
32087
32112
|
"line": {
|
|
32088
32113
|
"start": 13,
|
|
@@ -32101,8 +32126,8 @@
|
|
|
32101
32126
|
{
|
|
32102
32127
|
"description": "Vertical margin of the imageeditor.\n",
|
|
32103
32128
|
"commentRange": {
|
|
32104
|
-
"start":
|
|
32105
|
-
"end":
|
|
32129
|
+
"start": 14,
|
|
32130
|
+
"end": 15
|
|
32106
32131
|
},
|
|
32107
32132
|
"context": {
|
|
32108
32133
|
"type": "variable",
|
|
@@ -32110,8 +32135,8 @@
|
|
|
32110
32135
|
"value": "0",
|
|
32111
32136
|
"scope": "default",
|
|
32112
32137
|
"line": {
|
|
32113
|
-
"start":
|
|
32114
|
-
"end":
|
|
32138
|
+
"start": 16,
|
|
32139
|
+
"end": 16
|
|
32115
32140
|
}
|
|
32116
32141
|
},
|
|
32117
32142
|
"group": [
|
|
@@ -32126,8 +32151,8 @@
|
|
|
32126
32151
|
{
|
|
32127
32152
|
"description": "Horizontal margin of the imageeditor.\n",
|
|
32128
32153
|
"commentRange": {
|
|
32129
|
-
"start":
|
|
32130
|
-
"end":
|
|
32154
|
+
"start": 17,
|
|
32155
|
+
"end": 18
|
|
32131
32156
|
},
|
|
32132
32157
|
"context": {
|
|
32133
32158
|
"type": "variable",
|
|
@@ -32135,8 +32160,8 @@
|
|
|
32135
32160
|
"value": "0",
|
|
32136
32161
|
"scope": "default",
|
|
32137
32162
|
"line": {
|
|
32138
|
-
"start":
|
|
32139
|
-
"end":
|
|
32163
|
+
"start": 19,
|
|
32164
|
+
"end": 19
|
|
32140
32165
|
}
|
|
32141
32166
|
},
|
|
32142
32167
|
"group": [
|
|
@@ -32151,8 +32176,8 @@
|
|
|
32151
32176
|
{
|
|
32152
32177
|
"description": "Vertical padding of the imageeditor.\n",
|
|
32153
32178
|
"commentRange": {
|
|
32154
|
-
"start":
|
|
32155
|
-
"end":
|
|
32179
|
+
"start": 20,
|
|
32180
|
+
"end": 21
|
|
32156
32181
|
},
|
|
32157
32182
|
"context": {
|
|
32158
32183
|
"type": "variable",
|
|
@@ -32160,8 +32185,8 @@
|
|
|
32160
32185
|
"value": "0",
|
|
32161
32186
|
"scope": "default",
|
|
32162
32187
|
"line": {
|
|
32163
|
-
"start":
|
|
32164
|
-
"end":
|
|
32188
|
+
"start": 22,
|
|
32189
|
+
"end": 22
|
|
32165
32190
|
}
|
|
32166
32191
|
},
|
|
32167
32192
|
"group": [
|
|
@@ -32176,8 +32201,8 @@
|
|
|
32176
32201
|
{
|
|
32177
32202
|
"description": "Horizontal padding of the imageeditor.\n",
|
|
32178
32203
|
"commentRange": {
|
|
32179
|
-
"start":
|
|
32180
|
-
"end":
|
|
32204
|
+
"start": 23,
|
|
32205
|
+
"end": 24
|
|
32181
32206
|
},
|
|
32182
32207
|
"context": {
|
|
32183
32208
|
"type": "variable",
|
|
@@ -32185,8 +32210,8 @@
|
|
|
32185
32210
|
"value": "0",
|
|
32186
32211
|
"scope": "default",
|
|
32187
32212
|
"line": {
|
|
32188
|
-
"start":
|
|
32189
|
-
"end":
|
|
32213
|
+
"start": 25,
|
|
32214
|
+
"end": 25
|
|
32190
32215
|
}
|
|
32191
32216
|
},
|
|
32192
32217
|
"group": [
|
|
@@ -32201,8 +32226,8 @@
|
|
|
32201
32226
|
{
|
|
32202
32227
|
"description": "Border width of the imageeditor.\n",
|
|
32203
32228
|
"commentRange": {
|
|
32204
|
-
"start":
|
|
32205
|
-
"end":
|
|
32229
|
+
"start": 27,
|
|
32230
|
+
"end": 28
|
|
32206
32231
|
},
|
|
32207
32232
|
"context": {
|
|
32208
32233
|
"type": "variable",
|
|
@@ -32210,8 +32235,8 @@
|
|
|
32210
32235
|
"value": "1px",
|
|
32211
32236
|
"scope": "default",
|
|
32212
32237
|
"line": {
|
|
32213
|
-
"start":
|
|
32214
|
-
"end":
|
|
32238
|
+
"start": 29,
|
|
32239
|
+
"end": 29
|
|
32215
32240
|
}
|
|
32216
32241
|
},
|
|
32217
32242
|
"group": [
|
|
@@ -32226,8 +32251,8 @@
|
|
|
32226
32251
|
{
|
|
32227
32252
|
"description": "Font size of the imageeditor.\n",
|
|
32228
32253
|
"commentRange": {
|
|
32229
|
-
"start":
|
|
32230
|
-
"end":
|
|
32254
|
+
"start": 30,
|
|
32255
|
+
"end": 31
|
|
32231
32256
|
},
|
|
32232
32257
|
"context": {
|
|
32233
32258
|
"type": "variable",
|
|
@@ -32235,8 +32260,8 @@
|
|
|
32235
32260
|
"value": "var( --kendo-font-size, inherit )",
|
|
32236
32261
|
"scope": "default",
|
|
32237
32262
|
"line": {
|
|
32238
|
-
"start":
|
|
32239
|
-
"end":
|
|
32263
|
+
"start": 32,
|
|
32264
|
+
"end": 32
|
|
32240
32265
|
}
|
|
32241
32266
|
},
|
|
32242
32267
|
"group": [
|
|
@@ -32251,8 +32276,8 @@
|
|
|
32251
32276
|
{
|
|
32252
32277
|
"description": "Line height of the imageeditor.\n",
|
|
32253
32278
|
"commentRange": {
|
|
32254
|
-
"start":
|
|
32255
|
-
"end":
|
|
32279
|
+
"start": 33,
|
|
32280
|
+
"end": 34
|
|
32256
32281
|
},
|
|
32257
32282
|
"context": {
|
|
32258
32283
|
"type": "variable",
|
|
@@ -32260,8 +32285,8 @@
|
|
|
32260
32285
|
"value": "var( --kendo-line-height, inherit )",
|
|
32261
32286
|
"scope": "default",
|
|
32262
32287
|
"line": {
|
|
32263
|
-
"start":
|
|
32264
|
-
"end":
|
|
32288
|
+
"start": 35,
|
|
32289
|
+
"end": 35
|
|
32265
32290
|
}
|
|
32266
32291
|
},
|
|
32267
32292
|
"group": [
|
|
@@ -32276,8 +32301,8 @@
|
|
|
32276
32301
|
{
|
|
32277
32302
|
"description": "Font family of the imageeditor.\n",
|
|
32278
32303
|
"commentRange": {
|
|
32279
|
-
"start":
|
|
32280
|
-
"end":
|
|
32304
|
+
"start": 36,
|
|
32305
|
+
"end": 37
|
|
32281
32306
|
},
|
|
32282
32307
|
"context": {
|
|
32283
32308
|
"type": "variable",
|
|
@@ -32285,8 +32310,8 @@
|
|
|
32285
32310
|
"value": "var( --kendo-font-family, inherit )",
|
|
32286
32311
|
"scope": "default",
|
|
32287
32312
|
"line": {
|
|
32288
|
-
"start":
|
|
32289
|
-
"end":
|
|
32313
|
+
"start": 38,
|
|
32314
|
+
"end": 38
|
|
32290
32315
|
}
|
|
32291
32316
|
},
|
|
32292
32317
|
"group": [
|
|
@@ -32301,17 +32326,17 @@
|
|
|
32301
32326
|
{
|
|
32302
32327
|
"description": "Imageeditor content background color.\n",
|
|
32303
32328
|
"commentRange": {
|
|
32304
|
-
"start":
|
|
32305
|
-
"end":
|
|
32329
|
+
"start": 40,
|
|
32330
|
+
"end": 41
|
|
32306
32331
|
},
|
|
32307
32332
|
"context": {
|
|
32308
32333
|
"type": "variable",
|
|
32309
32334
|
"name": "kendo-image-editor-content-bg",
|
|
32310
|
-
"value": "k-get-theme-color-var( neutral-50 )",
|
|
32335
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))",
|
|
32311
32336
|
"scope": "default",
|
|
32312
32337
|
"line": {
|
|
32313
|
-
"start":
|
|
32314
|
-
"end":
|
|
32338
|
+
"start": 42,
|
|
32339
|
+
"end": 42
|
|
32315
32340
|
}
|
|
32316
32341
|
},
|
|
32317
32342
|
"group": [
|
|
@@ -32326,8 +32351,8 @@
|
|
|
32326
32351
|
{
|
|
32327
32352
|
"description": "Imageeditor content text color.\n",
|
|
32328
32353
|
"commentRange": {
|
|
32329
|
-
"start":
|
|
32330
|
-
"end":
|
|
32354
|
+
"start": 43,
|
|
32355
|
+
"end": 44
|
|
32331
32356
|
},
|
|
32332
32357
|
"context": {
|
|
32333
32358
|
"type": "variable",
|
|
@@ -32335,8 +32360,8 @@
|
|
|
32335
32360
|
"value": "inherit",
|
|
32336
32361
|
"scope": "default",
|
|
32337
32362
|
"line": {
|
|
32338
|
-
"start":
|
|
32339
|
-
"end":
|
|
32363
|
+
"start": 45,
|
|
32364
|
+
"end": 45
|
|
32340
32365
|
}
|
|
32341
32366
|
},
|
|
32342
32367
|
"group": [
|
|
@@ -32351,8 +32376,8 @@
|
|
|
32351
32376
|
{
|
|
32352
32377
|
"description": "Imageeditor content border color.\n",
|
|
32353
32378
|
"commentRange": {
|
|
32354
|
-
"start":
|
|
32355
|
-
"end":
|
|
32379
|
+
"start": 46,
|
|
32380
|
+
"end": 47
|
|
32356
32381
|
},
|
|
32357
32382
|
"context": {
|
|
32358
32383
|
"type": "variable",
|
|
@@ -32360,8 +32385,8 @@
|
|
|
32360
32385
|
"value": "inherit",
|
|
32361
32386
|
"scope": "default",
|
|
32362
32387
|
"line": {
|
|
32363
|
-
"start":
|
|
32364
|
-
"end":
|
|
32388
|
+
"start": 48,
|
|
32389
|
+
"end": 48
|
|
32365
32390
|
}
|
|
32366
32391
|
},
|
|
32367
32392
|
"group": [
|
|
@@ -32376,8 +32401,8 @@
|
|
|
32376
32401
|
{
|
|
32377
32402
|
"description": "Imageeditor content border width.\n",
|
|
32378
32403
|
"commentRange": {
|
|
32379
|
-
"start":
|
|
32380
|
-
"end":
|
|
32404
|
+
"start": 49,
|
|
32405
|
+
"end": 50
|
|
32381
32406
|
},
|
|
32382
32407
|
"context": {
|
|
32383
32408
|
"type": "variable",
|
|
@@ -32385,8 +32410,8 @@
|
|
|
32385
32410
|
"value": "0",
|
|
32386
32411
|
"scope": "default",
|
|
32387
32412
|
"line": {
|
|
32388
|
-
"start":
|
|
32389
|
-
"end":
|
|
32413
|
+
"start": 51,
|
|
32414
|
+
"end": 51
|
|
32390
32415
|
}
|
|
32391
32416
|
},
|
|
32392
32417
|
"group": [
|
|
@@ -32401,8 +32426,8 @@
|
|
|
32401
32426
|
{
|
|
32402
32427
|
"description": "Imageeditor action pane background color.\n",
|
|
32403
32428
|
"commentRange": {
|
|
32404
|
-
"start":
|
|
32405
|
-
"end":
|
|
32429
|
+
"start": 53,
|
|
32430
|
+
"end": 54
|
|
32406
32431
|
},
|
|
32407
32432
|
"context": {
|
|
32408
32433
|
"type": "variable",
|
|
@@ -32410,8 +32435,8 @@
|
|
|
32410
32435
|
"value": "var( --kendo-component-bg, inherit )",
|
|
32411
32436
|
"scope": "default",
|
|
32412
32437
|
"line": {
|
|
32413
|
-
"start":
|
|
32414
|
-
"end":
|
|
32438
|
+
"start": 55,
|
|
32439
|
+
"end": 55
|
|
32415
32440
|
}
|
|
32416
32441
|
},
|
|
32417
32442
|
"group": [
|
|
@@ -32426,8 +32451,8 @@
|
|
|
32426
32451
|
{
|
|
32427
32452
|
"description": "Imageeditor action pane text color.\n",
|
|
32428
32453
|
"commentRange": {
|
|
32429
|
-
"start":
|
|
32430
|
-
"end":
|
|
32454
|
+
"start": 56,
|
|
32455
|
+
"end": 57
|
|
32431
32456
|
},
|
|
32432
32457
|
"context": {
|
|
32433
32458
|
"type": "variable",
|
|
@@ -32435,8 +32460,8 @@
|
|
|
32435
32460
|
"value": "inherit",
|
|
32436
32461
|
"scope": "default",
|
|
32437
32462
|
"line": {
|
|
32438
|
-
"start":
|
|
32439
|
-
"end":
|
|
32463
|
+
"start": 58,
|
|
32464
|
+
"end": 58
|
|
32440
32465
|
}
|
|
32441
32466
|
},
|
|
32442
32467
|
"group": [
|
|
@@ -32451,8 +32476,8 @@
|
|
|
32451
32476
|
{
|
|
32452
32477
|
"description": "Imageeditor action pane border.\n",
|
|
32453
32478
|
"commentRange": {
|
|
32454
|
-
"start":
|
|
32455
|
-
"end":
|
|
32479
|
+
"start": 59,
|
|
32480
|
+
"end": 60
|
|
32456
32481
|
},
|
|
32457
32482
|
"context": {
|
|
32458
32483
|
"type": "variable",
|
|
@@ -32460,8 +32485,8 @@
|
|
|
32460
32485
|
"value": "inherit",
|
|
32461
32486
|
"scope": "default",
|
|
32462
32487
|
"line": {
|
|
32463
|
-
"start":
|
|
32464
|
-
"end":
|
|
32488
|
+
"start": 61,
|
|
32489
|
+
"end": 61
|
|
32465
32490
|
}
|
|
32466
32491
|
},
|
|
32467
32492
|
"group": [
|
|
@@ -32476,8 +32501,8 @@
|
|
|
32476
32501
|
{
|
|
32477
32502
|
"description": "Imageeditor action pane vertical padding.\n",
|
|
32478
32503
|
"commentRange": {
|
|
32479
|
-
"start":
|
|
32480
|
-
"end":
|
|
32504
|
+
"start": 62,
|
|
32505
|
+
"end": 63
|
|
32481
32506
|
},
|
|
32482
32507
|
"context": {
|
|
32483
32508
|
"type": "variable",
|
|
@@ -32485,8 +32510,8 @@
|
|
|
32485
32510
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
32486
32511
|
"scope": "default",
|
|
32487
32512
|
"line": {
|
|
32488
|
-
"start":
|
|
32489
|
-
"end":
|
|
32513
|
+
"start": 64,
|
|
32514
|
+
"end": 64
|
|
32490
32515
|
}
|
|
32491
32516
|
},
|
|
32492
32517
|
"group": [
|
|
@@ -32501,8 +32526,8 @@
|
|
|
32501
32526
|
{
|
|
32502
32527
|
"description": "Imageeditor action pane horizontal padding.\n",
|
|
32503
32528
|
"commentRange": {
|
|
32504
|
-
"start":
|
|
32505
|
-
"end":
|
|
32529
|
+
"start": 65,
|
|
32530
|
+
"end": 66
|
|
32506
32531
|
},
|
|
32507
32532
|
"context": {
|
|
32508
32533
|
"type": "variable",
|
|
@@ -32510,8 +32535,8 @@
|
|
|
32510
32535
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
32511
32536
|
"scope": "default",
|
|
32512
32537
|
"line": {
|
|
32513
|
-
"start":
|
|
32514
|
-
"end":
|
|
32538
|
+
"start": 67,
|
|
32539
|
+
"end": 67
|
|
32515
32540
|
}
|
|
32516
32541
|
},
|
|
32517
32542
|
"group": [
|
|
@@ -32526,8 +32551,8 @@
|
|
|
32526
32551
|
{
|
|
32527
32552
|
"description": "Imageeditor action pane width.\n",
|
|
32528
32553
|
"commentRange": {
|
|
32529
|
-
"start":
|
|
32530
|
-
"end":
|
|
32554
|
+
"start": 68,
|
|
32555
|
+
"end": 69
|
|
32531
32556
|
},
|
|
32532
32557
|
"context": {
|
|
32533
32558
|
"type": "variable",
|
|
@@ -32535,8 +32560,8 @@
|
|
|
32535
32560
|
"value": "if( $kendo-image-editor-content-border-width == 0, 240px, calc( 240px + #{$kendo-image-editor-content-border-width}) )",
|
|
32536
32561
|
"scope": "default",
|
|
32537
32562
|
"line": {
|
|
32538
|
-
"start":
|
|
32539
|
-
"end":
|
|
32563
|
+
"start": 70,
|
|
32564
|
+
"end": 70
|
|
32540
32565
|
}
|
|
32541
32566
|
},
|
|
32542
32567
|
"group": [
|
|
@@ -32551,8 +32576,8 @@
|
|
|
32551
32576
|
{
|
|
32552
32577
|
"description": "Crop background color of the imageeditor.\n",
|
|
32553
32578
|
"commentRange": {
|
|
32554
|
-
"start":
|
|
32555
|
-
"end":
|
|
32579
|
+
"start": 72,
|
|
32580
|
+
"end": 73
|
|
32556
32581
|
},
|
|
32557
32582
|
"context": {
|
|
32558
32583
|
"type": "variable",
|
|
@@ -32560,8 +32585,8 @@
|
|
|
32560
32585
|
"value": "inherit",
|
|
32561
32586
|
"scope": "default",
|
|
32562
32587
|
"line": {
|
|
32563
|
-
"start":
|
|
32564
|
-
"end":
|
|
32588
|
+
"start": 74,
|
|
32589
|
+
"end": 74
|
|
32565
32590
|
}
|
|
32566
32591
|
},
|
|
32567
32592
|
"group": [
|
|
@@ -32576,8 +32601,8 @@
|
|
|
32576
32601
|
{
|
|
32577
32602
|
"description": "Crop text color of the imageeditor.\n",
|
|
32578
32603
|
"commentRange": {
|
|
32579
|
-
"start":
|
|
32580
|
-
"end":
|
|
32604
|
+
"start": 75,
|
|
32605
|
+
"end": 76
|
|
32581
32606
|
},
|
|
32582
32607
|
"context": {
|
|
32583
32608
|
"type": "variable",
|
|
@@ -32585,8 +32610,8 @@
|
|
|
32585
32610
|
"value": "inherit",
|
|
32586
32611
|
"scope": "default",
|
|
32587
32612
|
"line": {
|
|
32588
|
-
"start":
|
|
32589
|
-
"end":
|
|
32613
|
+
"start": 77,
|
|
32614
|
+
"end": 77
|
|
32590
32615
|
}
|
|
32591
32616
|
},
|
|
32592
32617
|
"group": [
|
|
@@ -32601,17 +32626,17 @@
|
|
|
32601
32626
|
{
|
|
32602
32627
|
"description": "Crop border color of the imageeditor.\n",
|
|
32603
32628
|
"commentRange": {
|
|
32604
|
-
"start":
|
|
32605
|
-
"end":
|
|
32629
|
+
"start": 78,
|
|
32630
|
+
"end": 79
|
|
32606
32631
|
},
|
|
32607
32632
|
"context": {
|
|
32608
32633
|
"type": "variable",
|
|
32609
32634
|
"name": "kendo-image-editor-crop-border",
|
|
32610
|
-
"value": "$kendo-color-white",
|
|
32635
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
32611
32636
|
"scope": "default",
|
|
32612
32637
|
"line": {
|
|
32613
|
-
"start":
|
|
32614
|
-
"end":
|
|
32638
|
+
"start": 80,
|
|
32639
|
+
"end": 80
|
|
32615
32640
|
}
|
|
32616
32641
|
},
|
|
32617
32642
|
"group": [
|
|
@@ -32626,8 +32651,8 @@
|
|
|
32626
32651
|
{
|
|
32627
32652
|
"description": "Crop overlay background color of the imageeditor.\n",
|
|
32628
32653
|
"commentRange": {
|
|
32629
|
-
"start":
|
|
32630
|
-
"end":
|
|
32654
|
+
"start": 81,
|
|
32655
|
+
"end": 82
|
|
32631
32656
|
},
|
|
32632
32657
|
"context": {
|
|
32633
32658
|
"type": "variable",
|
|
@@ -32635,8 +32660,8 @@
|
|
|
32635
32660
|
"value": "rgba( $kendo-color-black, .3 )",
|
|
32636
32661
|
"scope": "default",
|
|
32637
32662
|
"line": {
|
|
32638
|
-
"start":
|
|
32639
|
-
"end":
|
|
32663
|
+
"start": 83,
|
|
32664
|
+
"end": 83
|
|
32640
32665
|
}
|
|
32641
32666
|
},
|
|
32642
32667
|
"group": [
|
|
@@ -32651,8 +32676,8 @@
|
|
|
32651
32676
|
{
|
|
32652
32677
|
"description": "Crop border width of the imageeditor.\n",
|
|
32653
32678
|
"commentRange": {
|
|
32654
|
-
"start":
|
|
32655
|
-
"end":
|
|
32679
|
+
"start": 84,
|
|
32680
|
+
"end": 85
|
|
32656
32681
|
},
|
|
32657
32682
|
"context": {
|
|
32658
32683
|
"type": "variable",
|
|
@@ -32660,8 +32685,8 @@
|
|
|
32660
32685
|
"value": "1px",
|
|
32661
32686
|
"scope": "default",
|
|
32662
32687
|
"line": {
|
|
32663
|
-
"start":
|
|
32664
|
-
"end":
|
|
32688
|
+
"start": 86,
|
|
32689
|
+
"end": 86
|
|
32665
32690
|
}
|
|
32666
32691
|
},
|
|
32667
32692
|
"group": [
|
|
@@ -32676,8 +32701,8 @@
|
|
|
32676
32701
|
{
|
|
32677
32702
|
"description": "Crop border style of the imageeditor.\n",
|
|
32678
32703
|
"commentRange": {
|
|
32679
|
-
"start":
|
|
32680
|
-
"end":
|
|
32704
|
+
"start": 87,
|
|
32705
|
+
"end": 88
|
|
32681
32706
|
},
|
|
32682
32707
|
"context": {
|
|
32683
32708
|
"type": "variable",
|
|
@@ -32685,8 +32710,8 @@
|
|
|
32685
32710
|
"value": "dashed",
|
|
32686
32711
|
"scope": "default",
|
|
32687
32712
|
"line": {
|
|
32688
|
-
"start":
|
|
32689
|
-
"end":
|
|
32713
|
+
"start": 89,
|
|
32714
|
+
"end": 89
|
|
32690
32715
|
}
|
|
32691
32716
|
},
|
|
32692
32717
|
"group": [
|
|
@@ -32701,8 +32726,8 @@
|
|
|
32701
32726
|
{
|
|
32702
32727
|
"description": "Imageeditor resize handle horizontal margin.\n",
|
|
32703
32728
|
"commentRange": {
|
|
32704
|
-
"start":
|
|
32705
|
-
"end":
|
|
32729
|
+
"start": 91,
|
|
32730
|
+
"end": 92
|
|
32706
32731
|
},
|
|
32707
32732
|
"context": {
|
|
32708
32733
|
"type": "variable",
|
|
@@ -32710,8 +32735,8 @@
|
|
|
32710
32735
|
"value": "1px",
|
|
32711
32736
|
"scope": "default",
|
|
32712
32737
|
"line": {
|
|
32713
|
-
"start":
|
|
32714
|
-
"end":
|
|
32738
|
+
"start": 93,
|
|
32739
|
+
"end": 93
|
|
32715
32740
|
}
|
|
32716
32741
|
},
|
|
32717
32742
|
"group": [
|
|
@@ -32726,8 +32751,8 @@
|
|
|
32726
32751
|
{
|
|
32727
32752
|
"description": "Imageeditor resize handle vertical margin.\n",
|
|
32728
32753
|
"commentRange": {
|
|
32729
|
-
"start":
|
|
32730
|
-
"end":
|
|
32754
|
+
"start": 94,
|
|
32755
|
+
"end": 95
|
|
32731
32756
|
},
|
|
32732
32757
|
"context": {
|
|
32733
32758
|
"type": "variable",
|
|
@@ -32735,8 +32760,8 @@
|
|
|
32735
32760
|
"value": "1px",
|
|
32736
32761
|
"scope": "default",
|
|
32737
32762
|
"line": {
|
|
32738
|
-
"start":
|
|
32739
|
-
"end":
|
|
32763
|
+
"start": 96,
|
|
32764
|
+
"end": 96
|
|
32740
32765
|
}
|
|
32741
32766
|
},
|
|
32742
32767
|
"group": [
|
|
@@ -32751,8 +32776,8 @@
|
|
|
32751
32776
|
{
|
|
32752
32777
|
"description": "Imageeditor resize handle border width.\n",
|
|
32753
32778
|
"commentRange": {
|
|
32754
|
-
"start":
|
|
32755
|
-
"end":
|
|
32779
|
+
"start": 97,
|
|
32780
|
+
"end": 98
|
|
32756
32781
|
},
|
|
32757
32782
|
"context": {
|
|
32758
32783
|
"type": "variable",
|
|
@@ -32760,8 +32785,8 @@
|
|
|
32760
32785
|
"value": "0 2px 2px 0",
|
|
32761
32786
|
"scope": "default",
|
|
32762
32787
|
"line": {
|
|
32763
|
-
"start":
|
|
32764
|
-
"end":
|
|
32788
|
+
"start": 99,
|
|
32789
|
+
"end": 99
|
|
32765
32790
|
}
|
|
32766
32791
|
},
|
|
32767
32792
|
"group": [
|
|
@@ -32776,8 +32801,8 @@
|
|
|
32776
32801
|
{
|
|
32777
32802
|
"description": "Imageeditor resize handle size.\n",
|
|
32778
32803
|
"commentRange": {
|
|
32779
|
-
"start":
|
|
32780
|
-
"end":
|
|
32804
|
+
"start": 100,
|
|
32805
|
+
"end": 101
|
|
32781
32806
|
},
|
|
32782
32807
|
"context": {
|
|
32783
32808
|
"type": "variable",
|
|
@@ -32785,8 +32810,8 @@
|
|
|
32785
32810
|
"value": "map.get( $kendo-spacing, 4 )",
|
|
32786
32811
|
"scope": "default",
|
|
32787
32812
|
"line": {
|
|
32788
|
-
"start":
|
|
32789
|
-
"end":
|
|
32813
|
+
"start": 102,
|
|
32814
|
+
"end": 102
|
|
32790
32815
|
}
|
|
32791
32816
|
},
|
|
32792
32817
|
"group": [
|
|
@@ -32801,8 +32826,8 @@
|
|
|
32801
32826
|
{
|
|
32802
32827
|
"description": "Imageeditor resize handle top offset.\n",
|
|
32803
32828
|
"commentRange": {
|
|
32804
|
-
"start":
|
|
32805
|
-
"end":
|
|
32829
|
+
"start": 103,
|
|
32830
|
+
"end": 104
|
|
32806
32831
|
},
|
|
32807
32832
|
"context": {
|
|
32808
32833
|
"type": "variable",
|
|
@@ -32810,8 +32835,8 @@
|
|
|
32810
32835
|
"value": "math.div( $kendo-image-editor-resize-handle-size, 2 )",
|
|
32811
32836
|
"scope": "default",
|
|
32812
32837
|
"line": {
|
|
32813
|
-
"start":
|
|
32814
|
-
"end":
|
|
32838
|
+
"start": 105,
|
|
32839
|
+
"end": 105
|
|
32815
32840
|
}
|
|
32816
32841
|
},
|
|
32817
32842
|
"group": [
|
|
@@ -32826,8 +32851,8 @@
|
|
|
32826
32851
|
{
|
|
32827
32852
|
"description": "Imageeditor resize handle left offset.\n",
|
|
32828
32853
|
"commentRange": {
|
|
32829
|
-
"start":
|
|
32830
|
-
"end":
|
|
32854
|
+
"start": 106,
|
|
32855
|
+
"end": 107
|
|
32831
32856
|
},
|
|
32832
32857
|
"context": {
|
|
32833
32858
|
"type": "variable",
|
|
@@ -32835,8 +32860,8 @@
|
|
|
32835
32860
|
"value": "math.div( $kendo-image-editor-resize-handle-size, 2 )",
|
|
32836
32861
|
"scope": "default",
|
|
32837
32862
|
"line": {
|
|
32838
|
-
"start":
|
|
32839
|
-
"end":
|
|
32863
|
+
"start": 108,
|
|
32864
|
+
"end": 108
|
|
32840
32865
|
}
|
|
32841
32866
|
},
|
|
32842
32867
|
"group": [
|
|
@@ -33432,7 +33457,7 @@
|
|
|
33432
33457
|
"context": {
|
|
33433
33458
|
"type": "variable",
|
|
33434
33459
|
"name": "kendo-input-solid-text",
|
|
33435
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
33460
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
33436
33461
|
"scope": "default",
|
|
33437
33462
|
"line": {
|
|
33438
33463
|
"start": 94,
|
|
@@ -33457,7 +33482,7 @@
|
|
|
33457
33482
|
"context": {
|
|
33458
33483
|
"type": "variable",
|
|
33459
33484
|
"name": "kendo-input-solid-bg",
|
|
33460
|
-
"value": "$kendo-color-white",
|
|
33485
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
33461
33486
|
"scope": "default",
|
|
33462
33487
|
"line": {
|
|
33463
33488
|
"start": 98,
|
|
@@ -33482,7 +33507,7 @@
|
|
|
33482
33507
|
"context": {
|
|
33483
33508
|
"type": "variable",
|
|
33484
33509
|
"name": "kendo-input-solid-border",
|
|
33485
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
33510
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
33486
33511
|
"scope": "default",
|
|
33487
33512
|
"line": {
|
|
33488
33513
|
"start": 102,
|
|
@@ -33507,7 +33532,7 @@
|
|
|
33507
33532
|
"context": {
|
|
33508
33533
|
"type": "variable",
|
|
33509
33534
|
"name": "kendo-input-solid-hover-text",
|
|
33510
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
33535
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
33511
33536
|
"scope": "default",
|
|
33512
33537
|
"line": {
|
|
33513
33538
|
"start": 106,
|
|
@@ -33557,7 +33582,7 @@
|
|
|
33557
33582
|
"context": {
|
|
33558
33583
|
"type": "variable",
|
|
33559
33584
|
"name": "kendo-input-solid-hover-border",
|
|
33560
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
33585
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
33561
33586
|
"scope": "default",
|
|
33562
33587
|
"line": {
|
|
33563
33588
|
"start": 114,
|
|
@@ -33632,7 +33657,7 @@
|
|
|
33632
33657
|
"context": {
|
|
33633
33658
|
"type": "variable",
|
|
33634
33659
|
"name": "kendo-input-solid-focus-border",
|
|
33635
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
33660
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
33636
33661
|
"scope": "default",
|
|
33637
33662
|
"line": {
|
|
33638
33663
|
"start": 126,
|
|
@@ -33807,7 +33832,7 @@
|
|
|
33807
33832
|
"context": {
|
|
33808
33833
|
"type": "variable",
|
|
33809
33834
|
"name": "kendo-input-outline-text",
|
|
33810
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
33835
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
33811
33836
|
"scope": "default",
|
|
33812
33837
|
"line": {
|
|
33813
33838
|
"start": 154,
|
|
@@ -33832,7 +33857,7 @@
|
|
|
33832
33857
|
"context": {
|
|
33833
33858
|
"type": "variable",
|
|
33834
33859
|
"name": "kendo-input-outline-bg",
|
|
33835
|
-
"value": "$kendo-color-white",
|
|
33860
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
33836
33861
|
"scope": "default",
|
|
33837
33862
|
"line": {
|
|
33838
33863
|
"start": 158,
|
|
@@ -33857,7 +33882,7 @@
|
|
|
33857
33882
|
"context": {
|
|
33858
33883
|
"type": "variable",
|
|
33859
33884
|
"name": "kendo-input-outline-border",
|
|
33860
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
33885
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
33861
33886
|
"scope": "default",
|
|
33862
33887
|
"line": {
|
|
33863
33888
|
"start": 162,
|
|
@@ -33882,7 +33907,7 @@
|
|
|
33882
33907
|
"context": {
|
|
33883
33908
|
"type": "variable",
|
|
33884
33909
|
"name": "kendo-input-outline-hover-text",
|
|
33885
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
33910
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
33886
33911
|
"scope": "default",
|
|
33887
33912
|
"line": {
|
|
33888
33913
|
"start": 166,
|
|
@@ -33907,7 +33932,7 @@
|
|
|
33907
33932
|
"context": {
|
|
33908
33933
|
"type": "variable",
|
|
33909
33934
|
"name": "kendo-input-outline-hover-bg",
|
|
33910
|
-
"value": "$kendo-color-white",
|
|
33935
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
33911
33936
|
"scope": "default",
|
|
33912
33937
|
"line": {
|
|
33913
33938
|
"start": 170,
|
|
@@ -33932,7 +33957,7 @@
|
|
|
33932
33957
|
"context": {
|
|
33933
33958
|
"type": "variable",
|
|
33934
33959
|
"name": "kendo-input-outline-hover-border",
|
|
33935
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
33960
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
33936
33961
|
"scope": "default",
|
|
33937
33962
|
"line": {
|
|
33938
33963
|
"start": 174,
|
|
@@ -33957,7 +33982,7 @@
|
|
|
33957
33982
|
"context": {
|
|
33958
33983
|
"type": "variable",
|
|
33959
33984
|
"name": "kendo-input-outline-focus-text",
|
|
33960
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
33985
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
33961
33986
|
"scope": "default",
|
|
33962
33987
|
"line": {
|
|
33963
33988
|
"start": 178,
|
|
@@ -33982,7 +34007,7 @@
|
|
|
33982
34007
|
"context": {
|
|
33983
34008
|
"type": "variable",
|
|
33984
34009
|
"name": "kendo-input-outline-focus-bg",
|
|
33985
|
-
"value": "$kendo-color-white",
|
|
34010
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
33986
34011
|
"scope": "default",
|
|
33987
34012
|
"line": {
|
|
33988
34013
|
"start": 182,
|
|
@@ -34007,7 +34032,7 @@
|
|
|
34007
34032
|
"context": {
|
|
34008
34033
|
"type": "variable",
|
|
34009
34034
|
"name": "kendo-input-outline-focus-border",
|
|
34010
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
34035
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
34011
34036
|
"scope": "default",
|
|
34012
34037
|
"line": {
|
|
34013
34038
|
"start": 186,
|
|
@@ -34182,7 +34207,7 @@
|
|
|
34182
34207
|
"context": {
|
|
34183
34208
|
"type": "variable",
|
|
34184
34209
|
"name": "kendo-input-flat-text",
|
|
34185
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34210
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34186
34211
|
"scope": "default",
|
|
34187
34212
|
"line": {
|
|
34188
34213
|
"start": 214,
|
|
@@ -34207,7 +34232,7 @@
|
|
|
34207
34232
|
"context": {
|
|
34208
34233
|
"type": "variable",
|
|
34209
34234
|
"name": "kendo-input-flat-bg",
|
|
34210
|
-
"value": "$kendo-color-white",
|
|
34235
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34211
34236
|
"scope": "default",
|
|
34212
34237
|
"line": {
|
|
34213
34238
|
"start": 218,
|
|
@@ -34232,7 +34257,7 @@
|
|
|
34232
34257
|
"context": {
|
|
34233
34258
|
"type": "variable",
|
|
34234
34259
|
"name": "kendo-input-flat-border",
|
|
34235
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
34260
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
34236
34261
|
"scope": "default",
|
|
34237
34262
|
"line": {
|
|
34238
34263
|
"start": 222,
|
|
@@ -34257,7 +34282,7 @@
|
|
|
34257
34282
|
"context": {
|
|
34258
34283
|
"type": "variable",
|
|
34259
34284
|
"name": "kendo-input-flat-hover-text",
|
|
34260
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
34285
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
34261
34286
|
"scope": "default",
|
|
34262
34287
|
"line": {
|
|
34263
34288
|
"start": 226,
|
|
@@ -34282,7 +34307,7 @@
|
|
|
34282
34307
|
"context": {
|
|
34283
34308
|
"type": "variable",
|
|
34284
34309
|
"name": "kendo-input-flat-hover-bg",
|
|
34285
|
-
"value": "$kendo-color-white",
|
|
34310
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34286
34311
|
"scope": "default",
|
|
34287
34312
|
"line": {
|
|
34288
34313
|
"start": 230,
|
|
@@ -34307,7 +34332,7 @@
|
|
|
34307
34332
|
"context": {
|
|
34308
34333
|
"type": "variable",
|
|
34309
34334
|
"name": "kendo-input-flat-hover-border",
|
|
34310
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34335
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
34311
34336
|
"scope": "default",
|
|
34312
34337
|
"line": {
|
|
34313
34338
|
"start": 234,
|
|
@@ -34332,7 +34357,7 @@
|
|
|
34332
34357
|
"context": {
|
|
34333
34358
|
"type": "variable",
|
|
34334
34359
|
"name": "kendo-input-flat-focus-text",
|
|
34335
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34360
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34336
34361
|
"scope": "default",
|
|
34337
34362
|
"line": {
|
|
34338
34363
|
"start": 238,
|
|
@@ -34357,7 +34382,7 @@
|
|
|
34357
34382
|
"context": {
|
|
34358
34383
|
"type": "variable",
|
|
34359
34384
|
"name": "kendo-input-flat-focus-bg",
|
|
34360
|
-
"value": "$kendo-color-white",
|
|
34385
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34361
34386
|
"scope": "default",
|
|
34362
34387
|
"line": {
|
|
34363
34388
|
"start": 242,
|
|
@@ -34382,7 +34407,7 @@
|
|
|
34382
34407
|
"context": {
|
|
34383
34408
|
"type": "variable",
|
|
34384
34409
|
"name": "kendo-input-flat-focus-border",
|
|
34385
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
34410
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
34386
34411
|
"scope": "default",
|
|
34387
34412
|
"line": {
|
|
34388
34413
|
"start": 246,
|
|
@@ -34557,7 +34582,7 @@
|
|
|
34557
34582
|
"context": {
|
|
34558
34583
|
"type": "variable",
|
|
34559
34584
|
"name": "kendo-picker-solid-text",
|
|
34560
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34585
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34561
34586
|
"scope": "default",
|
|
34562
34587
|
"line": {
|
|
34563
34588
|
"start": 274,
|
|
@@ -34582,7 +34607,7 @@
|
|
|
34582
34607
|
"context": {
|
|
34583
34608
|
"type": "variable",
|
|
34584
34609
|
"name": "kendo-picker-solid-bg",
|
|
34585
|
-
"value": "$kendo-color-white",
|
|
34610
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34586
34611
|
"scope": "default",
|
|
34587
34612
|
"line": {
|
|
34588
34613
|
"start": 278,
|
|
@@ -34607,7 +34632,7 @@
|
|
|
34607
34632
|
"context": {
|
|
34608
34633
|
"type": "variable",
|
|
34609
34634
|
"name": "kendo-picker-solid-border",
|
|
34610
|
-
"value": "k-get-theme-color-var( neutral-130 )!default",
|
|
34635
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))!default",
|
|
34611
34636
|
"scope": "private",
|
|
34612
34637
|
"line": {
|
|
34613
34638
|
"start": 282,
|
|
@@ -34632,7 +34657,7 @@
|
|
|
34632
34657
|
"context": {
|
|
34633
34658
|
"type": "variable",
|
|
34634
34659
|
"name": "kendo-picker-solid-hover-text",
|
|
34635
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
34660
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
34636
34661
|
"scope": "default",
|
|
34637
34662
|
"line": {
|
|
34638
34663
|
"start": 286,
|
|
@@ -34657,7 +34682,7 @@
|
|
|
34657
34682
|
"context": {
|
|
34658
34683
|
"type": "variable",
|
|
34659
34684
|
"name": "kendo-picker-solid-hover-bg",
|
|
34660
|
-
"value": "$kendo-color-white",
|
|
34685
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34661
34686
|
"scope": "default",
|
|
34662
34687
|
"line": {
|
|
34663
34688
|
"start": 290,
|
|
@@ -34682,7 +34707,7 @@
|
|
|
34682
34707
|
"context": {
|
|
34683
34708
|
"type": "variable",
|
|
34684
34709
|
"name": "kendo-picker-solid-hover-border",
|
|
34685
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34710
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
34686
34711
|
"scope": "default",
|
|
34687
34712
|
"line": {
|
|
34688
34713
|
"start": 294,
|
|
@@ -34707,7 +34732,7 @@
|
|
|
34707
34732
|
"context": {
|
|
34708
34733
|
"type": "variable",
|
|
34709
34734
|
"name": "kendo-picker-solid-focus-text",
|
|
34710
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34735
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34711
34736
|
"scope": "default",
|
|
34712
34737
|
"line": {
|
|
34713
34738
|
"start": 298,
|
|
@@ -34732,7 +34757,7 @@
|
|
|
34732
34757
|
"context": {
|
|
34733
34758
|
"type": "variable",
|
|
34734
34759
|
"name": "kendo-picker-solid-focus-bg",
|
|
34735
|
-
"value": "$kendo-color-white",
|
|
34760
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
34736
34761
|
"scope": "default",
|
|
34737
34762
|
"line": {
|
|
34738
34763
|
"start": 302,
|
|
@@ -34757,7 +34782,7 @@
|
|
|
34757
34782
|
"context": {
|
|
34758
34783
|
"type": "variable",
|
|
34759
34784
|
"name": "kendo-picker-solid-focus-border",
|
|
34760
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
34785
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
34761
34786
|
"scope": "default",
|
|
34762
34787
|
"line": {
|
|
34763
34788
|
"start": 306,
|
|
@@ -34882,7 +34907,7 @@
|
|
|
34882
34907
|
"context": {
|
|
34883
34908
|
"type": "variable",
|
|
34884
34909
|
"name": "kendo-picker-solid-disabled-bg",
|
|
34885
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
34910
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), k-get-theme-color-var( neutral-30 ))",
|
|
34886
34911
|
"scope": "default",
|
|
34887
34912
|
"line": {
|
|
34888
34913
|
"start": 326,
|
|
@@ -34932,7 +34957,7 @@
|
|
|
34932
34957
|
"context": {
|
|
34933
34958
|
"type": "variable",
|
|
34934
34959
|
"name": "kendo-picker-outline-text",
|
|
34935
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
34960
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34936
34961
|
"scope": "default",
|
|
34937
34962
|
"line": {
|
|
34938
34963
|
"start": 334,
|
|
@@ -34982,7 +35007,7 @@
|
|
|
34982
35007
|
"context": {
|
|
34983
35008
|
"type": "variable",
|
|
34984
35009
|
"name": "kendo-picker-outline-border",
|
|
34985
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
35010
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
34986
35011
|
"scope": "default",
|
|
34987
35012
|
"line": {
|
|
34988
35013
|
"start": 342,
|
|
@@ -35007,7 +35032,7 @@
|
|
|
35007
35032
|
"context": {
|
|
35008
35033
|
"type": "variable",
|
|
35009
35034
|
"name": "kendo-picker-outline-hover-text",
|
|
35010
|
-
"value": "$kendo-color-white",
|
|
35035
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
35011
35036
|
"scope": "default",
|
|
35012
35037
|
"line": {
|
|
35013
35038
|
"start": 346,
|
|
@@ -35032,7 +35057,7 @@
|
|
|
35032
35057
|
"context": {
|
|
35033
35058
|
"type": "variable",
|
|
35034
35059
|
"name": "kendo-picker-outline-hover-bg",
|
|
35035
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
35060
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
35036
35061
|
"scope": "default",
|
|
35037
35062
|
"line": {
|
|
35038
35063
|
"start": 350,
|
|
@@ -35082,7 +35107,7 @@
|
|
|
35082
35107
|
"context": {
|
|
35083
35108
|
"type": "variable",
|
|
35084
35109
|
"name": "kendo-picker-outline-focus-text",
|
|
35085
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
35110
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
35086
35111
|
"scope": "default",
|
|
35087
35112
|
"line": {
|
|
35088
35113
|
"start": 358,
|
|
@@ -35107,8 +35132,8 @@
|
|
|
35107
35132
|
"context": {
|
|
35108
35133
|
"type": "variable",
|
|
35109
35134
|
"name": "kendo-picker-outline-focus-bg",
|
|
35110
|
-
"value": "$kendo-color-white
|
|
35111
|
-
"scope": "
|
|
35135
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
35136
|
+
"scope": "default",
|
|
35112
35137
|
"line": {
|
|
35113
35138
|
"start": 362,
|
|
35114
35139
|
"end": 362
|
|
@@ -35132,7 +35157,7 @@
|
|
|
35132
35157
|
"context": {
|
|
35133
35158
|
"type": "variable",
|
|
35134
35159
|
"name": "kendo-picker-outline-focus-border",
|
|
35135
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
35160
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
35136
35161
|
"scope": "default",
|
|
35137
35162
|
"line": {
|
|
35138
35163
|
"start": 366,
|
|
@@ -35157,7 +35182,7 @@
|
|
|
35157
35182
|
"context": {
|
|
35158
35183
|
"type": "variable",
|
|
35159
35184
|
"name": "kendo-picker-outline-hover-focus-text",
|
|
35160
|
-
"value": "$kendo-color-white",
|
|
35185
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
35161
35186
|
"scope": "default",
|
|
35162
35187
|
"line": {
|
|
35163
35188
|
"start": 370,
|
|
@@ -35182,7 +35207,7 @@
|
|
|
35182
35207
|
"context": {
|
|
35183
35208
|
"type": "variable",
|
|
35184
35209
|
"name": "kendo-picker-outline-hover-focus-bg",
|
|
35185
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
35210
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
35186
35211
|
"scope": "default",
|
|
35187
35212
|
"line": {
|
|
35188
35213
|
"start": 374,
|
|
@@ -35207,7 +35232,7 @@
|
|
|
35207
35232
|
"context": {
|
|
35208
35233
|
"type": "variable",
|
|
35209
35234
|
"name": "kendo-picker-outline-hover-focus-border",
|
|
35210
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
35235
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
35211
35236
|
"scope": "default",
|
|
35212
35237
|
"line": {
|
|
35213
35238
|
"start": 378,
|
|
@@ -35307,7 +35332,7 @@
|
|
|
35307
35332
|
"context": {
|
|
35308
35333
|
"type": "variable",
|
|
35309
35334
|
"name": "kendo-picker-flat-text",
|
|
35310
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
35335
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
35311
35336
|
"scope": "default",
|
|
35312
35337
|
"line": {
|
|
35313
35338
|
"start": 394,
|
|
@@ -35357,7 +35382,7 @@
|
|
|
35357
35382
|
"context": {
|
|
35358
35383
|
"type": "variable",
|
|
35359
35384
|
"name": "kendo-picker-flat-border",
|
|
35360
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
35385
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
35361
35386
|
"scope": "default",
|
|
35362
35387
|
"line": {
|
|
35363
35388
|
"start": 402,
|
|
@@ -35382,7 +35407,7 @@
|
|
|
35382
35407
|
"context": {
|
|
35383
35408
|
"type": "variable",
|
|
35384
35409
|
"name": "kendo-picker-flat-hover-text",
|
|
35385
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
35410
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
35386
35411
|
"scope": "default",
|
|
35387
35412
|
"line": {
|
|
35388
35413
|
"start": 406,
|
|
@@ -35407,7 +35432,7 @@
|
|
|
35407
35432
|
"context": {
|
|
35408
35433
|
"type": "variable",
|
|
35409
35434
|
"name": "kendo-picker-flat-hover-bg",
|
|
35410
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
35435
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))",
|
|
35411
35436
|
"scope": "default",
|
|
35412
35437
|
"line": {
|
|
35413
35438
|
"start": 410,
|
|
@@ -35432,7 +35457,7 @@
|
|
|
35432
35457
|
"context": {
|
|
35433
35458
|
"type": "variable",
|
|
35434
35459
|
"name": "kendo-picker-flat-hover-border",
|
|
35435
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
35460
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
35436
35461
|
"scope": "default",
|
|
35437
35462
|
"line": {
|
|
35438
35463
|
"start": 414,
|
|
@@ -35457,7 +35482,7 @@
|
|
|
35457
35482
|
"context": {
|
|
35458
35483
|
"type": "variable",
|
|
35459
35484
|
"name": "kendo-picker-flat-focus-text",
|
|
35460
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
35485
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
35461
35486
|
"scope": "default",
|
|
35462
35487
|
"line": {
|
|
35463
35488
|
"start": 418,
|
|
@@ -35482,7 +35507,7 @@
|
|
|
35482
35507
|
"context": {
|
|
35483
35508
|
"type": "variable",
|
|
35484
35509
|
"name": "kendo-picker-flat-focus-bg",
|
|
35485
|
-
"value": "$kendo-color-white",
|
|
35510
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
35486
35511
|
"scope": "default",
|
|
35487
35512
|
"line": {
|
|
35488
35513
|
"start": 422,
|
|
@@ -35507,7 +35532,7 @@
|
|
|
35507
35532
|
"context": {
|
|
35508
35533
|
"type": "variable",
|
|
35509
35534
|
"name": "kendo-picker-flat-focus-border",
|
|
35510
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
35535
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
35511
35536
|
"scope": "default",
|
|
35512
35537
|
"line": {
|
|
35513
35538
|
"start": 426,
|
|
@@ -35732,7 +35757,7 @@
|
|
|
35732
35757
|
"context": {
|
|
35733
35758
|
"type": "variable",
|
|
35734
35759
|
"name": "kendo-input-prefix-bg",
|
|
35735
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
35760
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))",
|
|
35736
35761
|
"scope": "default",
|
|
35737
35762
|
"line": {
|
|
35738
35763
|
"start": 625,
|
|
@@ -35757,7 +35782,7 @@
|
|
|
35757
35782
|
"context": {
|
|
35758
35783
|
"type": "variable",
|
|
35759
35784
|
"name": "kendo-input-suffix-bg",
|
|
35760
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
35785
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))",
|
|
35761
35786
|
"scope": "default",
|
|
35762
35787
|
"line": {
|
|
35763
35788
|
"start": 629,
|
|
@@ -35951,8 +35976,8 @@
|
|
|
35951
35976
|
{
|
|
35952
35977
|
"description": "The border color of the valid Input components.\n",
|
|
35953
35978
|
"commentRange": {
|
|
35954
|
-
"start":
|
|
35955
|
-
"end":
|
|
35979
|
+
"start": 662,
|
|
35980
|
+
"end": 663
|
|
35956
35981
|
},
|
|
35957
35982
|
"context": {
|
|
35958
35983
|
"type": "variable",
|
|
@@ -35960,8 +35985,8 @@
|
|
|
35960
35985
|
"value": "var( --kendo-valid-border, #{$kendo-valid-border} )",
|
|
35961
35986
|
"scope": "default",
|
|
35962
35987
|
"line": {
|
|
35963
|
-
"start":
|
|
35964
|
-
"end":
|
|
35988
|
+
"start": 664,
|
|
35989
|
+
"end": 664
|
|
35965
35990
|
}
|
|
35966
35991
|
},
|
|
35967
35992
|
"group": [
|
|
@@ -35976,8 +36001,8 @@
|
|
|
35976
36001
|
{
|
|
35977
36002
|
"description": "The text color of the valid Input components.\n",
|
|
35978
36003
|
"commentRange": {
|
|
35979
|
-
"start":
|
|
35980
|
-
"end":
|
|
36004
|
+
"start": 665,
|
|
36005
|
+
"end": 666
|
|
35981
36006
|
},
|
|
35982
36007
|
"context": {
|
|
35983
36008
|
"type": "variable",
|
|
@@ -35985,8 +36010,8 @@
|
|
|
35985
36010
|
"value": "var( --kendo-valid-text, #{$kendo-valid-text} )",
|
|
35986
36011
|
"scope": "default",
|
|
35987
36012
|
"line": {
|
|
35988
|
-
"start":
|
|
35989
|
-
"end":
|
|
36013
|
+
"start": 667,
|
|
36014
|
+
"end": 667
|
|
35990
36015
|
}
|
|
35991
36016
|
},
|
|
35992
36017
|
"group": [
|
|
@@ -36001,17 +36026,17 @@
|
|
|
36001
36026
|
{
|
|
36002
36027
|
"description": "The text color of the Input placeholder.\n",
|
|
36003
36028
|
"commentRange": {
|
|
36004
|
-
"start":
|
|
36005
|
-
"end":
|
|
36029
|
+
"start": 669,
|
|
36030
|
+
"end": 670
|
|
36006
36031
|
},
|
|
36007
36032
|
"context": {
|
|
36008
36033
|
"type": "variable",
|
|
36009
36034
|
"name": "kendo-input-placeholder-text",
|
|
36010
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
36035
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
36011
36036
|
"scope": "default",
|
|
36012
36037
|
"line": {
|
|
36013
|
-
"start":
|
|
36014
|
-
"end":
|
|
36038
|
+
"start": 671,
|
|
36039
|
+
"end": 671
|
|
36015
36040
|
}
|
|
36016
36041
|
},
|
|
36017
36042
|
"group": [
|
|
@@ -36026,8 +36051,8 @@
|
|
|
36026
36051
|
{
|
|
36027
36052
|
"description": "The opacity of the Input placeholder.\n",
|
|
36028
36053
|
"commentRange": {
|
|
36029
|
-
"start":
|
|
36030
|
-
"end":
|
|
36054
|
+
"start": 672,
|
|
36055
|
+
"end": 673
|
|
36031
36056
|
},
|
|
36032
36057
|
"context": {
|
|
36033
36058
|
"type": "variable",
|
|
@@ -36035,8 +36060,8 @@
|
|
|
36035
36060
|
"value": "1",
|
|
36036
36061
|
"scope": "default",
|
|
36037
36062
|
"line": {
|
|
36038
|
-
"start":
|
|
36039
|
-
"end":
|
|
36063
|
+
"start": 674,
|
|
36064
|
+
"end": 674
|
|
36040
36065
|
}
|
|
36041
36066
|
},
|
|
36042
36067
|
"group": [
|
|
@@ -36051,17 +36076,17 @@
|
|
|
36051
36076
|
{
|
|
36052
36077
|
"description": "The color of the Input clear value icon.\n",
|
|
36053
36078
|
"commentRange": {
|
|
36054
|
-
"start":
|
|
36055
|
-
"end":
|
|
36079
|
+
"start": 676,
|
|
36080
|
+
"end": 677
|
|
36056
36081
|
},
|
|
36057
36082
|
"context": {
|
|
36058
36083
|
"type": "variable",
|
|
36059
36084
|
"name": "kendo-input-clear-value-text",
|
|
36060
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
36085
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
36061
36086
|
"scope": "default",
|
|
36062
36087
|
"line": {
|
|
36063
|
-
"start":
|
|
36064
|
-
"end":
|
|
36088
|
+
"start": 678,
|
|
36089
|
+
"end": 678
|
|
36065
36090
|
}
|
|
36066
36091
|
},
|
|
36067
36092
|
"group": [
|
|
@@ -36076,8 +36101,8 @@
|
|
|
36076
36101
|
{
|
|
36077
36102
|
"description": "The opacity of the Input clear value icon.\n",
|
|
36078
36103
|
"commentRange": {
|
|
36079
|
-
"start":
|
|
36080
|
-
"end":
|
|
36104
|
+
"start": 679,
|
|
36105
|
+
"end": 680
|
|
36081
36106
|
},
|
|
36082
36107
|
"context": {
|
|
36083
36108
|
"type": "variable",
|
|
@@ -36085,8 +36110,8 @@
|
|
|
36085
36110
|
"value": ".6",
|
|
36086
36111
|
"scope": "default",
|
|
36087
36112
|
"line": {
|
|
36088
|
-
"start":
|
|
36089
|
-
"end":
|
|
36113
|
+
"start": 681,
|
|
36114
|
+
"end": 681
|
|
36090
36115
|
}
|
|
36091
36116
|
},
|
|
36092
36117
|
"group": [
|
|
@@ -36101,8 +36126,8 @@
|
|
|
36101
36126
|
{
|
|
36102
36127
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
36103
36128
|
"commentRange": {
|
|
36104
|
-
"start":
|
|
36105
|
-
"end":
|
|
36129
|
+
"start": 682,
|
|
36130
|
+
"end": 683
|
|
36106
36131
|
},
|
|
36107
36132
|
"context": {
|
|
36108
36133
|
"type": "variable",
|
|
@@ -36110,8 +36135,8 @@
|
|
|
36110
36135
|
"value": "inherit",
|
|
36111
36136
|
"scope": "default",
|
|
36112
36137
|
"line": {
|
|
36113
|
-
"start":
|
|
36114
|
-
"end":
|
|
36138
|
+
"start": 684,
|
|
36139
|
+
"end": 684
|
|
36115
36140
|
}
|
|
36116
36141
|
},
|
|
36117
36142
|
"group": [
|
|
@@ -36126,8 +36151,8 @@
|
|
|
36126
36151
|
{
|
|
36127
36152
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
36128
36153
|
"commentRange": {
|
|
36129
|
-
"start":
|
|
36130
|
-
"end":
|
|
36154
|
+
"start": 685,
|
|
36155
|
+
"end": 686
|
|
36131
36156
|
},
|
|
36132
36157
|
"context": {
|
|
36133
36158
|
"type": "variable",
|
|
@@ -36135,8 +36160,8 @@
|
|
|
36135
36160
|
"value": "1",
|
|
36136
36161
|
"scope": "default",
|
|
36137
36162
|
"line": {
|
|
36138
|
-
"start":
|
|
36139
|
-
"end":
|
|
36163
|
+
"start": 687,
|
|
36164
|
+
"end": 687
|
|
36140
36165
|
}
|
|
36141
36166
|
},
|
|
36142
36167
|
"group": [
|
|
@@ -36707,7 +36732,7 @@
|
|
|
36707
36732
|
"context": {
|
|
36708
36733
|
"type": "variable",
|
|
36709
36734
|
"name": "kendo-list-item-icon-text",
|
|
36710
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
36735
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
36711
36736
|
"scope": "default",
|
|
36712
36737
|
"line": {
|
|
36713
36738
|
"start": 128,
|
|
@@ -36832,7 +36857,7 @@
|
|
|
36832
36857
|
"context": {
|
|
36833
36858
|
"type": "variable",
|
|
36834
36859
|
"name": "kendo-list-header-bg",
|
|
36835
|
-
"value": "$kendo-color-white",
|
|
36860
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
36836
36861
|
"scope": "default",
|
|
36837
36862
|
"line": {
|
|
36838
36863
|
"start": 206,
|
|
@@ -36857,7 +36882,7 @@
|
|
|
36857
36882
|
"context": {
|
|
36858
36883
|
"type": "variable",
|
|
36859
36884
|
"name": "kendo-list-header-text",
|
|
36860
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
36885
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
36861
36886
|
"scope": "default",
|
|
36862
36887
|
"line": {
|
|
36863
36888
|
"start": 209,
|
|
@@ -36932,7 +36957,7 @@
|
|
|
36932
36957
|
"context": {
|
|
36933
36958
|
"type": "variable",
|
|
36934
36959
|
"name": "kendo-list-item-bg",
|
|
36935
|
-
"value": "$kendo-color-white",
|
|
36960
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
36936
36961
|
"scope": "default",
|
|
36937
36962
|
"line": {
|
|
36938
36963
|
"start": 220,
|
|
@@ -36957,7 +36982,7 @@
|
|
|
36957
36982
|
"context": {
|
|
36958
36983
|
"type": "variable",
|
|
36959
36984
|
"name": "kendo-list-item-text",
|
|
36960
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
36985
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
36961
36986
|
"scope": "default",
|
|
36962
36987
|
"line": {
|
|
36963
36988
|
"start": 223,
|
|
@@ -36982,7 +37007,7 @@
|
|
|
36982
37007
|
"context": {
|
|
36983
37008
|
"type": "variable",
|
|
36984
37009
|
"name": "kendo-list-item-hover-bg",
|
|
36985
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
37010
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))",
|
|
36986
37011
|
"scope": "default",
|
|
36987
37012
|
"line": {
|
|
36988
37013
|
"start": 227,
|
|
@@ -37007,7 +37032,7 @@
|
|
|
37007
37032
|
"context": {
|
|
37008
37033
|
"type": "variable",
|
|
37009
37034
|
"name": "kendo-list-item-hover-text",
|
|
37010
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
37035
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
37011
37036
|
"scope": "default",
|
|
37012
37037
|
"line": {
|
|
37013
37038
|
"start": 230,
|
|
@@ -37032,7 +37057,7 @@
|
|
|
37032
37057
|
"context": {
|
|
37033
37058
|
"type": "variable",
|
|
37034
37059
|
"name": "kendo-list-item-focus-bg",
|
|
37035
|
-
"value": "$kendo-color-white",
|
|
37060
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
37036
37061
|
"scope": "default",
|
|
37037
37062
|
"line": {
|
|
37038
37063
|
"start": 234,
|
|
@@ -37057,7 +37082,7 @@
|
|
|
37057
37082
|
"context": {
|
|
37058
37083
|
"type": "variable",
|
|
37059
37084
|
"name": "kendo-list-item-focus-text",
|
|
37060
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
37085
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
37061
37086
|
"scope": "default",
|
|
37062
37087
|
"line": {
|
|
37063
37088
|
"start": 237,
|
|
@@ -37082,7 +37107,7 @@
|
|
|
37082
37107
|
"context": {
|
|
37083
37108
|
"type": "variable",
|
|
37084
37109
|
"name": "kendo-list-item-focus-shadow",
|
|
37085
|
-
"value": "inset 0 0 0 1px k-get-theme-color-var( neutral-130
|
|
37110
|
+
"value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
37086
37111
|
"scope": "default",
|
|
37087
37112
|
"line": {
|
|
37088
37113
|
"start": 240,
|
|
@@ -37107,7 +37132,7 @@
|
|
|
37107
37132
|
"context": {
|
|
37108
37133
|
"type": "variable",
|
|
37109
37134
|
"name": "kendo-list-item-selected-bg",
|
|
37110
|
-
"value": "k-get-theme-color-var( neutral-40 )",
|
|
37135
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-40 ))",
|
|
37111
37136
|
"scope": "default",
|
|
37112
37137
|
"line": {
|
|
37113
37138
|
"start": 244,
|
|
@@ -37132,7 +37157,7 @@
|
|
|
37132
37157
|
"context": {
|
|
37133
37158
|
"type": "variable",
|
|
37134
37159
|
"name": "kendo-list-item-selected-text",
|
|
37135
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
37160
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
37136
37161
|
"scope": "default",
|
|
37137
37162
|
"line": {
|
|
37138
37163
|
"start": 247,
|
|
@@ -37157,7 +37182,7 @@
|
|
|
37157
37182
|
"context": {
|
|
37158
37183
|
"type": "variable",
|
|
37159
37184
|
"name": "kendo-list-item-selected-hover-bg",
|
|
37160
|
-
"value": "k-get-theme-color-var( neutral-50 )",
|
|
37185
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-50 ))",
|
|
37161
37186
|
"scope": "default",
|
|
37162
37187
|
"line": {
|
|
37163
37188
|
"start": 251,
|
|
@@ -37182,7 +37207,7 @@
|
|
|
37182
37207
|
"context": {
|
|
37183
37208
|
"type": "variable",
|
|
37184
37209
|
"name": "kendo-list-item-selected-hover-text",
|
|
37185
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
37210
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
37186
37211
|
"scope": "default",
|
|
37187
37212
|
"line": {
|
|
37188
37213
|
"start": 254,
|
|
@@ -37207,7 +37232,7 @@
|
|
|
37207
37232
|
"context": {
|
|
37208
37233
|
"type": "variable",
|
|
37209
37234
|
"name": "kendo-list-item-disabled-bg",
|
|
37210
|
-
"value": "$kendo-color-white",
|
|
37235
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
37211
37236
|
"scope": "default",
|
|
37212
37237
|
"line": {
|
|
37213
37238
|
"start": 258,
|
|
@@ -37232,7 +37257,7 @@
|
|
|
37232
37257
|
"context": {
|
|
37233
37258
|
"type": "variable",
|
|
37234
37259
|
"name": "kendo-list-item-disabled-text",
|
|
37235
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
37260
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
37236
37261
|
"scope": "default",
|
|
37237
37262
|
"line": {
|
|
37238
37263
|
"start": 261,
|
|
@@ -37257,7 +37282,7 @@
|
|
|
37257
37282
|
"context": {
|
|
37258
37283
|
"type": "variable",
|
|
37259
37284
|
"name": "kendo-list-group-item-bg",
|
|
37260
|
-
"value": "$kendo-color-white",
|
|
37285
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
37261
37286
|
"scope": "default",
|
|
37262
37287
|
"line": {
|
|
37263
37288
|
"start": 265,
|
|
@@ -37282,7 +37307,7 @@
|
|
|
37282
37307
|
"context": {
|
|
37283
37308
|
"type": "variable",
|
|
37284
37309
|
"name": "kendo-list-group-item-text",
|
|
37285
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
37310
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
37286
37311
|
"scope": "default",
|
|
37287
37312
|
"line": {
|
|
37288
37313
|
"start": 268,
|
|
@@ -37357,7 +37382,7 @@
|
|
|
37357
37382
|
"context": {
|
|
37358
37383
|
"type": "variable",
|
|
37359
37384
|
"name": "kendo-list-no-data-text",
|
|
37360
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
37385
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
37361
37386
|
"scope": "default",
|
|
37362
37387
|
"line": {
|
|
37363
37388
|
"start": 278,
|
|
@@ -37732,7 +37757,7 @@
|
|
|
37732
37757
|
"context": {
|
|
37733
37758
|
"type": "variable",
|
|
37734
37759
|
"name": "kendo-listbox-drop-hint-border-color",
|
|
37735
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
37760
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
37736
37761
|
"scope": "default",
|
|
37737
37762
|
"line": {
|
|
37738
37763
|
"start": 44,
|
|
@@ -38557,7 +38582,7 @@
|
|
|
38557
38582
|
"context": {
|
|
38558
38583
|
"type": "variable",
|
|
38559
38584
|
"name": "kendo-listview-item-selected-bg",
|
|
38560
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
38585
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-20 ))",
|
|
38561
38586
|
"scope": "default",
|
|
38562
38587
|
"line": {
|
|
38563
38588
|
"start": 82,
|
|
@@ -39332,7 +39357,7 @@
|
|
|
39332
39357
|
"context": {
|
|
39333
39358
|
"type": "variable",
|
|
39334
39359
|
"name": "kendo-loader-container-panel-bg",
|
|
39335
|
-
"value": "$kendo-color-white",
|
|
39360
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
39336
39361
|
"scope": "default",
|
|
39337
39362
|
"line": {
|
|
39338
39363
|
"start": 97,
|
|
@@ -39657,7 +39682,7 @@
|
|
|
39657
39682
|
"context": {
|
|
39658
39683
|
"type": "variable",
|
|
39659
39684
|
"name": "kendo-loader-brand-colors",
|
|
39660
|
-
"value": "(\n primary: primary,\n secondary: neutral,\n tertiary: tertiary,\n error: error,\n success: success,\n warning: warning,\n info: info\n )",
|
|
39685
|
+
"value": "(\n primary: primary,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n error: error,\n success: success,\n warning: warning,\n info: info\n )",
|
|
39661
39686
|
"scope": "default",
|
|
39662
39687
|
"line": {
|
|
39663
39688
|
"start": 141,
|
|
@@ -39832,7 +39857,7 @@
|
|
|
39832
39857
|
"context": {
|
|
39833
39858
|
"type": "variable",
|
|
39834
39859
|
"name": "kendo-map-border",
|
|
39835
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
39860
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
39836
39861
|
"scope": "default",
|
|
39837
39862
|
"line": {
|
|
39838
39863
|
"start": 23,
|
|
@@ -40057,7 +40082,7 @@
|
|
|
40057
40082
|
"context": {
|
|
40058
40083
|
"type": "variable",
|
|
40059
40084
|
"name": "kendo-map-navigator-bg",
|
|
40060
|
-
"value": "$kendo-color-white",
|
|
40085
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
40061
40086
|
"scope": "default",
|
|
40062
40087
|
"line": {
|
|
40063
40088
|
"start": 52,
|
|
@@ -40082,7 +40107,7 @@
|
|
|
40082
40107
|
"context": {
|
|
40083
40108
|
"type": "variable",
|
|
40084
40109
|
"name": "kendo-map-navigator-text",
|
|
40085
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
40110
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
40086
40111
|
"scope": "default",
|
|
40087
40112
|
"line": {
|
|
40088
40113
|
"start": 55,
|
|
@@ -40107,7 +40132,7 @@
|
|
|
40107
40132
|
"context": {
|
|
40108
40133
|
"type": "variable",
|
|
40109
40134
|
"name": "kendo-map-navigator-border",
|
|
40110
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
40135
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
40111
40136
|
"scope": "default",
|
|
40112
40137
|
"line": {
|
|
40113
40138
|
"start": 58,
|
|
@@ -40282,7 +40307,7 @@
|
|
|
40282
40307
|
"context": {
|
|
40283
40308
|
"type": "variable",
|
|
40284
40309
|
"name": "kendo-map-attribution-bg",
|
|
40285
|
-
"value": "$kendo-color-white",
|
|
40310
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
40286
40311
|
"scope": "default",
|
|
40287
40312
|
"line": {
|
|
40288
40313
|
"start": 81,
|
|
@@ -40307,7 +40332,7 @@
|
|
|
40307
40332
|
"context": {
|
|
40308
40333
|
"type": "variable",
|
|
40309
40334
|
"name": "kendo-map-marker-fill",
|
|
40310
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
40335
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
40311
40336
|
"scope": "default",
|
|
40312
40337
|
"line": {
|
|
40313
40338
|
"start": 85,
|
|
@@ -40507,7 +40532,7 @@
|
|
|
40507
40532
|
"context": {
|
|
40508
40533
|
"type": "variable",
|
|
40509
40534
|
"name": "kendo-media-player-overlay-bg",
|
|
40510
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
40535
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
40511
40536
|
"scope": "default",
|
|
40512
40537
|
"line": {
|
|
40513
40538
|
"start": 29,
|
|
@@ -40532,7 +40557,7 @@
|
|
|
40532
40557
|
"context": {
|
|
40533
40558
|
"type": "variable",
|
|
40534
40559
|
"name": "kendo-media-player-quality-border",
|
|
40535
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
40560
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
40536
40561
|
"scope": "default",
|
|
40537
40562
|
"line": {
|
|
40538
40563
|
"start": 33,
|
|
@@ -40632,7 +40657,7 @@
|
|
|
40632
40657
|
"context": {
|
|
40633
40658
|
"type": "variable",
|
|
40634
40659
|
"name": "kendo-media-player-titlebar-bg",
|
|
40635
|
-
"value": "rgba( $kendo-color-black, .4 )",
|
|
40660
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), $kendo-color-black), .4 )",
|
|
40636
40661
|
"scope": "default",
|
|
40637
40662
|
"line": {
|
|
40638
40663
|
"start": 46,
|
|
@@ -41857,7 +41882,7 @@
|
|
|
41857
41882
|
"context": {
|
|
41858
41883
|
"type": "variable",
|
|
41859
41884
|
"name": "kendo-menu-popup-item-focus-outline",
|
|
41860
|
-
"value": "k-get-theme-color-var( neutral-130
|
|
41885
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))",
|
|
41861
41886
|
"scope": "default",
|
|
41862
41887
|
"line": {
|
|
41863
41888
|
"start": 222,
|
|
@@ -42082,7 +42107,7 @@
|
|
|
42082
42107
|
"context": {
|
|
42083
42108
|
"type": "variable",
|
|
42084
42109
|
"name": "kendo-menu-icon-color",
|
|
42085
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
42110
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
42086
42111
|
"scope": "default",
|
|
42087
42112
|
"line": {
|
|
42088
42113
|
"start": 254,
|
|
@@ -42782,7 +42807,7 @@
|
|
|
42782
42807
|
"context": {
|
|
42783
42808
|
"type": "variable",
|
|
42784
42809
|
"name": "kendo-notification-brand-colors",
|
|
42785
|
-
"value": "(\n primary: primary,\n error: error,\n warning: warning,\n success: success,\n info: info,\n secondary: neutral,\n tertiary: tertiary,\n)",
|
|
42810
|
+
"value": "(\n primary: primary,\n error: error,\n warning: warning,\n success: success,\n info: info,\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n)",
|
|
42786
42811
|
"scope": "default",
|
|
42787
42812
|
"line": {
|
|
42788
42813
|
"start": 54,
|
|
@@ -43232,7 +43257,7 @@
|
|
|
43232
43257
|
"context": {
|
|
43233
43258
|
"type": "variable",
|
|
43234
43259
|
"name": "kendo-orgchart-node-group-bg",
|
|
43235
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
43260
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
43236
43261
|
"scope": "default",
|
|
43237
43262
|
"line": {
|
|
43238
43263
|
"start": 57,
|
|
@@ -43257,7 +43282,7 @@
|
|
|
43257
43282
|
"context": {
|
|
43258
43283
|
"type": "variable",
|
|
43259
43284
|
"name": "kendo-orgchart-node-group-text",
|
|
43260
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
43285
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
43261
43286
|
"scope": "default",
|
|
43262
43287
|
"line": {
|
|
43263
43288
|
"start": 60,
|
|
@@ -43282,7 +43307,7 @@
|
|
|
43282
43307
|
"context": {
|
|
43283
43308
|
"type": "variable",
|
|
43284
43309
|
"name": "kendo-orgchart-node-group-border",
|
|
43285
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
43310
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
43286
43311
|
"scope": "default",
|
|
43287
43312
|
"line": {
|
|
43288
43313
|
"start": 63,
|
|
@@ -43932,7 +43957,7 @@
|
|
|
43932
43957
|
"context": {
|
|
43933
43958
|
"type": "variable",
|
|
43934
43959
|
"name": "kendo-orgchart-line-text",
|
|
43935
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
43960
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
43936
43961
|
"scope": "default",
|
|
43937
43962
|
"line": {
|
|
43938
43963
|
"start": 149,
|
|
@@ -44357,7 +44382,7 @@
|
|
|
44357
44382
|
"context": {
|
|
44358
44383
|
"type": "variable",
|
|
44359
44384
|
"name": "kendo-pager-bg",
|
|
44360
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
44385
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
44361
44386
|
"scope": "default",
|
|
44362
44387
|
"line": {
|
|
44363
44388
|
"start": 46,
|
|
@@ -44482,7 +44507,7 @@
|
|
|
44482
44507
|
"context": {
|
|
44483
44508
|
"type": "variable",
|
|
44484
44509
|
"name": "kendo-pager-focus-border",
|
|
44485
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
44510
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
44486
44511
|
"scope": "default",
|
|
44487
44512
|
"line": {
|
|
44488
44513
|
"start": 62,
|
|
@@ -44632,7 +44657,7 @@
|
|
|
44632
44657
|
"context": {
|
|
44633
44658
|
"type": "variable",
|
|
44634
44659
|
"name": "kendo-pager-sizes-label-text",
|
|
44635
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
44660
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
44636
44661
|
"scope": "default",
|
|
44637
44662
|
"line": {
|
|
44638
44663
|
"start": 83,
|
|
@@ -44657,7 +44682,7 @@
|
|
|
44657
44682
|
"context": {
|
|
44658
44683
|
"type": "variable",
|
|
44659
44684
|
"name": "kendo-pager-info-label-text",
|
|
44660
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
44685
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
44661
44686
|
"scope": "default",
|
|
44662
44687
|
"line": {
|
|
44663
44688
|
"start": 87,
|
|
@@ -45307,7 +45332,7 @@
|
|
|
45307
45332
|
"context": {
|
|
45308
45333
|
"type": "variable",
|
|
45309
45334
|
"name": "kendo-panelbar-header-hover-text",
|
|
45310
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
45335
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
45311
45336
|
"scope": "default",
|
|
45312
45337
|
"line": {
|
|
45313
45338
|
"start": 83,
|
|
@@ -45557,7 +45582,7 @@
|
|
|
45557
45582
|
"context": {
|
|
45558
45583
|
"type": "variable",
|
|
45559
45584
|
"name": "kendo-panelbar-header-selected-text",
|
|
45560
|
-
"value": "$kendo-color-black",
|
|
45585
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
45561
45586
|
"scope": "default",
|
|
45562
45587
|
"line": {
|
|
45563
45588
|
"start": 116,
|
|
@@ -45607,7 +45632,7 @@
|
|
|
45607
45632
|
"context": {
|
|
45608
45633
|
"type": "variable",
|
|
45609
45634
|
"name": "kendo-panelbar-selected-marker",
|
|
45610
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
45635
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
45611
45636
|
"scope": "default",
|
|
45612
45637
|
"line": {
|
|
45613
45638
|
"start": 122,
|
|
@@ -45957,7 +45982,7 @@
|
|
|
45957
45982
|
"context": {
|
|
45958
45983
|
"type": "variable",
|
|
45959
45984
|
"name": "kendo-panelbar-item-hover-text",
|
|
45960
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
45985
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
45961
45986
|
"scope": "default",
|
|
45962
45987
|
"line": {
|
|
45963
45988
|
"start": 169,
|
|
@@ -46207,7 +46232,7 @@
|
|
|
46207
46232
|
"context": {
|
|
46208
46233
|
"type": "variable",
|
|
46209
46234
|
"name": "kendo-panelbar-item-selected-text",
|
|
46210
|
-
"value": "$kendo-color-black",
|
|
46235
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-black)",
|
|
46211
46236
|
"scope": "default",
|
|
46212
46237
|
"line": {
|
|
46213
46238
|
"start": 202,
|
|
@@ -46657,7 +46682,7 @@
|
|
|
46657
46682
|
"context": {
|
|
46658
46683
|
"type": "variable",
|
|
46659
46684
|
"name": "kendo-pdf-viewer-canvas-bg",
|
|
46660
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
46685
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
46661
46686
|
"scope": "default",
|
|
46662
46687
|
"line": {
|
|
46663
46688
|
"start": 30,
|
|
@@ -46674,7 +46699,7 @@
|
|
|
46674
46699
|
}
|
|
46675
46700
|
},
|
|
46676
46701
|
{
|
|
46677
|
-
"description": "
|
|
46702
|
+
"description": "Text color of the PDF viewer canvas.\n",
|
|
46678
46703
|
"commentRange": {
|
|
46679
46704
|
"start": 31,
|
|
46680
46705
|
"end": 32
|
|
@@ -47682,7 +47707,7 @@
|
|
|
47682
47707
|
"context": {
|
|
47683
47708
|
"type": "variable",
|
|
47684
47709
|
"name": "kendo-pivotgrid-headers-text",
|
|
47685
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
47710
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
47686
47711
|
"scope": "default",
|
|
47687
47712
|
"line": {
|
|
47688
47713
|
"start": 69,
|
|
@@ -47732,7 +47757,7 @@
|
|
|
47732
47757
|
"context": {
|
|
47733
47758
|
"type": "variable",
|
|
47734
47759
|
"name": "kendo-pivotgrid-total-bg",
|
|
47735
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
47760
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))",
|
|
47736
47761
|
"scope": "default",
|
|
47737
47762
|
"line": {
|
|
47738
47763
|
"start": 76,
|
|
@@ -48357,7 +48382,7 @@
|
|
|
48357
48382
|
"context": {
|
|
48358
48383
|
"type": "variable",
|
|
48359
48384
|
"name": "kendo-pivotgrid-configurator-text",
|
|
48360
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
48385
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
48361
48386
|
"scope": "default",
|
|
48362
48387
|
"line": {
|
|
48363
48388
|
"start": 160,
|
|
@@ -50157,7 +50182,7 @@
|
|
|
50157
50182
|
"context": {
|
|
50158
50183
|
"type": "variable",
|
|
50159
50184
|
"name": "kendo-progressbar-bg",
|
|
50160
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
50185
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))",
|
|
50161
50186
|
"scope": "default",
|
|
50162
50187
|
"line": {
|
|
50163
50188
|
"start": 37,
|
|
@@ -50257,7 +50282,7 @@
|
|
|
50257
50282
|
"context": {
|
|
50258
50283
|
"type": "variable",
|
|
50259
50284
|
"name": "kendo-progressbar-value-bg",
|
|
50260
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
50285
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
50261
50286
|
"scope": "default",
|
|
50262
50287
|
"line": {
|
|
50263
50288
|
"start": 50,
|
|
@@ -50407,7 +50432,7 @@
|
|
|
50407
50432
|
"context": {
|
|
50408
50433
|
"type": "variable",
|
|
50409
50434
|
"name": "kendo-progressbar-disabled-bg",
|
|
50410
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
50435
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))",
|
|
50411
50436
|
"scope": "default",
|
|
50412
50437
|
"line": {
|
|
50413
50438
|
"start": 70,
|
|
@@ -50432,7 +50457,7 @@
|
|
|
50432
50457
|
"context": {
|
|
50433
50458
|
"type": "variable",
|
|
50434
50459
|
"name": "kendo-progressbar-disabled-text",
|
|
50435
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
50460
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
50436
50461
|
"scope": "default",
|
|
50437
50462
|
"line": {
|
|
50438
50463
|
"start": 73,
|
|
@@ -50482,7 +50507,7 @@
|
|
|
50482
50507
|
"context": {
|
|
50483
50508
|
"type": "variable",
|
|
50484
50509
|
"name": "kendo-progressbar-value-disabled-bg",
|
|
50485
|
-
"value": "k-get-theme-color-var( primary-30 )",
|
|
50510
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-30 ))",
|
|
50486
50511
|
"scope": "default",
|
|
50487
50512
|
"line": {
|
|
50488
50513
|
"start": 80,
|
|
@@ -50507,7 +50532,7 @@
|
|
|
50507
50532
|
"context": {
|
|
50508
50533
|
"type": "variable",
|
|
50509
50534
|
"name": "kendo-progressbar-indeterminate-bg",
|
|
50510
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
50535
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))",
|
|
50511
50536
|
"scope": "default",
|
|
50512
50537
|
"line": {
|
|
50513
50538
|
"start": 84,
|
|
@@ -50557,7 +50582,7 @@
|
|
|
50557
50582
|
"context": {
|
|
50558
50583
|
"type": "variable",
|
|
50559
50584
|
"name": "kendo-progressbar-indeterminate-border",
|
|
50560
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
50585
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 ))",
|
|
50561
50586
|
"scope": "default",
|
|
50562
50587
|
"line": {
|
|
50563
50588
|
"start": 90,
|
|
@@ -50582,7 +50607,7 @@
|
|
|
50582
50607
|
"context": {
|
|
50583
50608
|
"type": "variable",
|
|
50584
50609
|
"name": "kendo-progressbar-indeterminate-gradient-horizontal",
|
|
50585
|
-
"value": "linear-gradient(270deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)",
|
|
50610
|
+
"value": "linear-gradient(270deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)",
|
|
50586
50611
|
"scope": "default",
|
|
50587
50612
|
"line": {
|
|
50588
50613
|
"start": 93,
|
|
@@ -50607,7 +50632,7 @@
|
|
|
50607
50632
|
"context": {
|
|
50608
50633
|
"type": "variable",
|
|
50609
50634
|
"name": "kendo-progressbar-indeterminate-gradient-vertical",
|
|
50610
|
-
"value": "linear-gradient(180deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%)",
|
|
50635
|
+
"value": "linear-gradient(180deg, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 15%, if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) 50%, if($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-30 )) 85%)",
|
|
50611
50636
|
"scope": "default",
|
|
50612
50637
|
"line": {
|
|
50613
50638
|
"start": 96,
|
|
@@ -50707,7 +50732,7 @@
|
|
|
50707
50732
|
"context": {
|
|
50708
50733
|
"type": "variable",
|
|
50709
50734
|
"name": "kendo-circular-progressbar-arc-stroke",
|
|
50710
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
50735
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
50711
50736
|
"scope": "default",
|
|
50712
50737
|
"line": {
|
|
50713
50738
|
"start": 111,
|
|
@@ -51382,7 +51407,7 @@
|
|
|
51382
51407
|
"context": {
|
|
51383
51408
|
"type": "variable",
|
|
51384
51409
|
"name": "kendo-radio-border",
|
|
51385
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
51410
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
51386
51411
|
"scope": "default",
|
|
51387
51412
|
"line": {
|
|
51388
51413
|
"start": 47,
|
|
@@ -51432,7 +51457,7 @@
|
|
|
51432
51457
|
"context": {
|
|
51433
51458
|
"type": "variable",
|
|
51434
51459
|
"name": "kendo-radio-hover-text",
|
|
51435
|
-
"value": "k-get-theme-color( neutral, 130 )",
|
|
51460
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color( neutral, 130 ))",
|
|
51436
51461
|
"scope": "default",
|
|
51437
51462
|
"line": {
|
|
51438
51463
|
"start": 54,
|
|
@@ -51507,7 +51532,7 @@
|
|
|
51507
51532
|
"context": {
|
|
51508
51533
|
"type": "variable",
|
|
51509
51534
|
"name": "kendo-radio-checked-text",
|
|
51510
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
51535
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
51511
51536
|
"scope": "default",
|
|
51512
51537
|
"line": {
|
|
51513
51538
|
"start": 64,
|
|
@@ -51532,7 +51557,7 @@
|
|
|
51532
51557
|
"context": {
|
|
51533
51558
|
"type": "variable",
|
|
51534
51559
|
"name": "kendo-radio-checked-border",
|
|
51535
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
51560
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
51536
51561
|
"scope": "default",
|
|
51537
51562
|
"line": {
|
|
51538
51563
|
"start": 67,
|
|
@@ -51582,7 +51607,7 @@
|
|
|
51582
51607
|
"context": {
|
|
51583
51608
|
"type": "variable",
|
|
51584
51609
|
"name": "kendo-radio-hover-checked-text",
|
|
51585
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
51610
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
51586
51611
|
"scope": "default",
|
|
51587
51612
|
"line": {
|
|
51588
51613
|
"start": 74,
|
|
@@ -51607,7 +51632,7 @@
|
|
|
51607
51632
|
"context": {
|
|
51608
51633
|
"type": "variable",
|
|
51609
51634
|
"name": "kendo-radio-hover-checked-border",
|
|
51610
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
51635
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
51611
51636
|
"scope": "default",
|
|
51612
51637
|
"line": {
|
|
51613
51638
|
"start": 77,
|
|
@@ -51682,7 +51707,7 @@
|
|
|
51682
51707
|
"context": {
|
|
51683
51708
|
"type": "variable",
|
|
51684
51709
|
"name": "kendo-radio-focus-outline",
|
|
51685
|
-
"value": "1px solid k-get-theme-color-var( neutral-130 )",
|
|
51710
|
+
"value": "1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
51686
51711
|
"scope": "default",
|
|
51687
51712
|
"line": {
|
|
51688
51713
|
"start": 87,
|
|
@@ -51757,7 +51782,7 @@
|
|
|
51757
51782
|
"context": {
|
|
51758
51783
|
"type": "variable",
|
|
51759
51784
|
"name": "kendo-radio-disabled-text",
|
|
51760
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
51785
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
51761
51786
|
"scope": "default",
|
|
51762
51787
|
"line": {
|
|
51763
51788
|
"start": 97,
|
|
@@ -51782,7 +51807,7 @@
|
|
|
51782
51807
|
"context": {
|
|
51783
51808
|
"type": "variable",
|
|
51784
51809
|
"name": "kendo-radio-disabled-border",
|
|
51785
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
51810
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
51786
51811
|
"scope": "default",
|
|
51787
51812
|
"line": {
|
|
51788
51813
|
"start": 100,
|
|
@@ -52232,7 +52257,7 @@
|
|
|
52232
52257
|
"context": {
|
|
52233
52258
|
"type": "variable",
|
|
52234
52259
|
"name": "kendo-radio-ripple-bg",
|
|
52235
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
52260
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
52236
52261
|
"scope": "default",
|
|
52237
52262
|
"line": {
|
|
52238
52263
|
"start": 174,
|
|
@@ -52432,7 +52457,7 @@
|
|
|
52432
52457
|
"context": {
|
|
52433
52458
|
"type": "variable",
|
|
52434
52459
|
"name": "kendo-rating-item-text",
|
|
52435
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
52460
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
52436
52461
|
"scope": "default",
|
|
52437
52462
|
"line": {
|
|
52438
52463
|
"start": 26,
|
|
@@ -52457,7 +52482,7 @@
|
|
|
52457
52482
|
"context": {
|
|
52458
52483
|
"type": "variable",
|
|
52459
52484
|
"name": "kendo-rating-item-hover-text",
|
|
52460
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
52485
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
52461
52486
|
"scope": "default",
|
|
52462
52487
|
"line": {
|
|
52463
52488
|
"start": 29,
|
|
@@ -52582,7 +52607,7 @@
|
|
|
52582
52607
|
"context": {
|
|
52583
52608
|
"type": "variable",
|
|
52584
52609
|
"name": "kendo-rating-item-selected-text",
|
|
52585
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
52610
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
52586
52611
|
"scope": "default",
|
|
52587
52612
|
"line": {
|
|
52588
52613
|
"start": 44,
|
|
@@ -52607,7 +52632,7 @@
|
|
|
52607
52632
|
"context": {
|
|
52608
52633
|
"type": "variable",
|
|
52609
52634
|
"name": "kendo-rating-item-selected-hover-text",
|
|
52610
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
52635
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
|
|
52611
52636
|
"scope": "default",
|
|
52612
52637
|
"line": {
|
|
52613
52638
|
"start": 47,
|
|
@@ -52807,7 +52832,7 @@
|
|
|
52807
52832
|
"context": {
|
|
52808
52833
|
"type": "variable",
|
|
52809
52834
|
"name": "kendo-scheduler-selected-bg",
|
|
52810
|
-
"value": "k-get-theme-color-var( primary-20 )",
|
|
52835
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle ), k-get-theme-color-var( primary-20 ))",
|
|
52811
52836
|
"scope": "default",
|
|
52812
52837
|
"line": {
|
|
52813
52838
|
"start": 31,
|
|
@@ -53207,7 +53232,7 @@
|
|
|
53207
53232
|
"context": {
|
|
53208
53233
|
"type": "variable",
|
|
53209
53234
|
"name": "kendo-scheduler-event-bg",
|
|
53210
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
53235
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
53211
53236
|
"scope": "default",
|
|
53212
53237
|
"line": {
|
|
53213
53238
|
"start": 83,
|
|
@@ -53232,7 +53257,7 @@
|
|
|
53232
53257
|
"context": {
|
|
53233
53258
|
"type": "variable",
|
|
53234
53259
|
"name": "kendo-scheduler-event-text",
|
|
53235
|
-
"value": "$kendo-color-white",
|
|
53260
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
53236
53261
|
"scope": "default",
|
|
53237
53262
|
"line": {
|
|
53238
53263
|
"start": 86,
|
|
@@ -53457,7 +53482,7 @@
|
|
|
53457
53482
|
"context": {
|
|
53458
53483
|
"type": "variable",
|
|
53459
53484
|
"name": "kendo-scheduler-event-selected-bg",
|
|
53460
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
53485
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
|
|
53461
53486
|
"scope": "default",
|
|
53462
53487
|
"line": {
|
|
53463
53488
|
"start": 115,
|
|
@@ -53732,7 +53757,7 @@
|
|
|
53732
53757
|
"context": {
|
|
53733
53758
|
"type": "variable",
|
|
53734
53759
|
"name": "kendo-scheduler-nonwork-bg",
|
|
53735
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
53760
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
53736
53761
|
"scope": "default",
|
|
53737
53762
|
"line": {
|
|
53738
53763
|
"start": 151,
|
|
@@ -53832,7 +53857,7 @@
|
|
|
53832
53857
|
"context": {
|
|
53833
53858
|
"type": "variable",
|
|
53834
53859
|
"name": "kendo-scheduler-othermonth-bg",
|
|
53835
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
53860
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
53836
53861
|
"scope": "default",
|
|
53837
53862
|
"line": {
|
|
53838
53863
|
"start": 165,
|
|
@@ -54057,7 +54082,7 @@
|
|
|
54057
54082
|
"context": {
|
|
54058
54083
|
"type": "variable",
|
|
54059
54084
|
"name": "kendo-scheduler-yearview-indicator-bg",
|
|
54060
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
54085
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
54061
54086
|
"scope": "default",
|
|
54062
54087
|
"line": {
|
|
54063
54088
|
"start": 195,
|
|
@@ -54082,7 +54107,7 @@
|
|
|
54082
54107
|
"context": {
|
|
54083
54108
|
"type": "variable",
|
|
54084
54109
|
"name": "kendo-scheduler-yearview-indicator-selected-bg",
|
|
54085
|
-
"value": "$kendo-color-white",
|
|
54110
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
54086
54111
|
"scope": "default",
|
|
54087
54112
|
"line": {
|
|
54088
54113
|
"start": 198,
|
|
@@ -54182,7 +54207,7 @@
|
|
|
54182
54207
|
"context": {
|
|
54183
54208
|
"type": "variable",
|
|
54184
54209
|
"name": "kendo-scheduler-tooltip-bg",
|
|
54185
|
-
"value": "$kendo-color-white",
|
|
54210
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
54186
54211
|
"scope": "default",
|
|
54187
54212
|
"line": {
|
|
54188
54213
|
"start": 211,
|
|
@@ -54207,7 +54232,7 @@
|
|
|
54207
54232
|
"context": {
|
|
54208
54233
|
"type": "variable",
|
|
54209
54234
|
"name": "kendo-scheduler-tooltip-text",
|
|
54210
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
54235
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
54211
54236
|
"scope": "default",
|
|
54212
54237
|
"line": {
|
|
54213
54238
|
"start": 214,
|
|
@@ -54582,7 +54607,7 @@
|
|
|
54582
54607
|
"context": {
|
|
54583
54608
|
"type": "variable",
|
|
54584
54609
|
"name": "kendo-scheduler-marquee-color",
|
|
54585
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
54610
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
54586
54611
|
"scope": "default",
|
|
54587
54612
|
"line": {
|
|
54588
54613
|
"start": 266,
|
|
@@ -54807,7 +54832,7 @@
|
|
|
54807
54832
|
"context": {
|
|
54808
54833
|
"type": "variable",
|
|
54809
54834
|
"name": "kendo-scrollview-pagebutton-bg",
|
|
54810
|
-
"value": "$kendo-color-white",
|
|
54835
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
54811
54836
|
"scope": "default",
|
|
54812
54837
|
"line": {
|
|
54813
54838
|
"start": 32,
|
|
@@ -54857,7 +54882,7 @@
|
|
|
54857
54882
|
"context": {
|
|
54858
54883
|
"type": "variable",
|
|
54859
54884
|
"name": "kendo-scrollview-pagebutton-primary-bg",
|
|
54860
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
54885
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
54861
54886
|
"scope": "default",
|
|
54862
54887
|
"line": {
|
|
54863
54888
|
"start": 38,
|
|
@@ -54907,7 +54932,7 @@
|
|
|
54907
54932
|
"context": {
|
|
54908
54933
|
"type": "variable",
|
|
54909
54934
|
"name": "kendo-scrollview-pagebutton-hover-shadow",
|
|
54910
|
-
"value": "0 0 0 1px k-get-theme-color-var( neutral-30 )",
|
|
54935
|
+
"value": "0 0 0 1px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))",
|
|
54911
54936
|
"scope": "default",
|
|
54912
54937
|
"line": {
|
|
54913
54938
|
"start": 44,
|
|
@@ -54932,7 +54957,7 @@
|
|
|
54932
54957
|
"context": {
|
|
54933
54958
|
"type": "variable",
|
|
54934
54959
|
"name": "kendo-scrollview-pagebutton-focus-shadow",
|
|
54935
|
-
"value": "0 0 0 1px k-get-theme-color-var( neutral-130 )",
|
|
54960
|
+
"value": "0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
54936
54961
|
"scope": "default",
|
|
54937
54962
|
"line": {
|
|
54938
54963
|
"start": 47,
|
|
@@ -54957,7 +54982,7 @@
|
|
|
54957
54982
|
"context": {
|
|
54958
54983
|
"type": "variable",
|
|
54959
54984
|
"name": "kendo-scrollview-pagebutton-primary-hover-shadow",
|
|
54960
|
-
"value": "0 0 0 2px k-get-theme-color-var( neutral-30 )",
|
|
54985
|
+
"value": "0 0 0 2px if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-30 ))",
|
|
54961
54986
|
"scope": "default",
|
|
54962
54987
|
"line": {
|
|
54963
54988
|
"start": 50,
|
|
@@ -54982,7 +55007,7 @@
|
|
|
54982
55007
|
"context": {
|
|
54983
55008
|
"type": "variable",
|
|
54984
55009
|
"name": "kendo-scrollview-pagebutton-primary-focus-shadow",
|
|
54985
|
-
"value": "0 0 0 2px k-get-theme-color-var( neutral-130 )",
|
|
55010
|
+
"value": "0 0 0 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
54986
55011
|
"scope": "default",
|
|
54987
55012
|
"line": {
|
|
54988
55013
|
"start": 53,
|
|
@@ -55107,7 +55132,7 @@
|
|
|
55107
55132
|
"context": {
|
|
55108
55133
|
"type": "variable",
|
|
55109
55134
|
"name": "kendo-scrollview-navigation-color",
|
|
55110
|
-
"value": "$kendo-color-white",
|
|
55135
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
55111
55136
|
"scope": "default",
|
|
55112
55137
|
"line": {
|
|
55113
55138
|
"start": 70,
|
|
@@ -55182,7 +55207,7 @@
|
|
|
55182
55207
|
"context": {
|
|
55183
55208
|
"type": "variable",
|
|
55184
55209
|
"name": "kendo-scrollview-navigation-focus-shadow",
|
|
55185
|
-
"value": "0 0 0 1px k-get-theme-color-var( neutral-130 )",
|
|
55210
|
+
"value": "0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
55186
55211
|
"scope": "default",
|
|
55187
55212
|
"line": {
|
|
55188
55213
|
"start": 79,
|
|
@@ -55332,7 +55357,7 @@
|
|
|
55332
55357
|
"context": {
|
|
55333
55358
|
"type": "variable",
|
|
55334
55359
|
"name": "kendo-searchbox-icon-color",
|
|
55335
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
55360
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
55336
55361
|
"scope": "default",
|
|
55337
55362
|
"line": {
|
|
55338
55363
|
"start": 5,
|
|
@@ -55582,7 +55607,7 @@
|
|
|
55582
55607
|
"context": {
|
|
55583
55608
|
"type": "variable",
|
|
55584
55609
|
"name": "kendo-signature-line-color",
|
|
55585
|
-
"value": "rgba( k-get-theme-color( info, 100 ), .4 )",
|
|
55610
|
+
"value": "rgba( if($kendo-enable-color-system, k-color( info, true ), k-get-theme-color( info, 100 )), .4 )",
|
|
55586
55611
|
"scope": "default",
|
|
55587
55612
|
"line": {
|
|
55588
55613
|
"start": 41,
|
|
@@ -55607,7 +55632,7 @@
|
|
|
55607
55632
|
"context": {
|
|
55608
55633
|
"type": "variable",
|
|
55609
55634
|
"name": "kendo-signature-line-disabled-color",
|
|
55610
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
55635
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
55611
55636
|
"scope": "default",
|
|
55612
55637
|
"line": {
|
|
55613
55638
|
"start": 44,
|
|
@@ -55882,7 +55907,7 @@
|
|
|
55882
55907
|
"context": {
|
|
55883
55908
|
"type": "variable",
|
|
55884
55909
|
"name": "kendo-skeleton-item-bg",
|
|
55885
|
-
"value": "k-get-theme-color-var( neutral-50 )",
|
|
55910
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))",
|
|
55886
55911
|
"scope": "default",
|
|
55887
55912
|
"line": {
|
|
55888
55913
|
"start": 20,
|
|
@@ -55907,7 +55932,7 @@
|
|
|
55907
55932
|
"context": {
|
|
55908
55933
|
"type": "variable",
|
|
55909
55934
|
"name": "kendo-skeleton-wave-bg",
|
|
55910
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
55935
|
+
"value": "if($kendo-enable-color-system, k-color( base ), k-get-theme-color-var( neutral-20 ))",
|
|
55911
55936
|
"scope": "default",
|
|
55912
55937
|
"line": {
|
|
55913
55938
|
"start": 23,
|
|
@@ -56157,7 +56182,7 @@
|
|
|
56157
56182
|
"context": {
|
|
56158
56183
|
"type": "variable",
|
|
56159
56184
|
"name": "kendo-slider-track-bg",
|
|
56160
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
56185
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
56161
56186
|
"scope": "default",
|
|
56162
56187
|
"line": {
|
|
56163
56188
|
"start": 36,
|
|
@@ -56207,7 +56232,7 @@
|
|
|
56207
56232
|
"context": {
|
|
56208
56233
|
"type": "variable",
|
|
56209
56234
|
"name": "kendo-slider-track-hover-bg",
|
|
56210
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
56235
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
56211
56236
|
"scope": "default",
|
|
56212
56237
|
"line": {
|
|
56213
56238
|
"start": 42,
|
|
@@ -56257,7 +56282,7 @@
|
|
|
56257
56282
|
"context": {
|
|
56258
56283
|
"type": "variable",
|
|
56259
56284
|
"name": "kendo-slider-track-focus-bg",
|
|
56260
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
56285
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
56261
56286
|
"scope": "default",
|
|
56262
56287
|
"line": {
|
|
56263
56288
|
"start": 48,
|
|
@@ -56307,7 +56332,7 @@
|
|
|
56307
56332
|
"context": {
|
|
56308
56333
|
"type": "variable",
|
|
56309
56334
|
"name": "kendo-slider-selection-bg",
|
|
56310
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
56335
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
56311
56336
|
"scope": "default",
|
|
56312
56337
|
"line": {
|
|
56313
56338
|
"start": 55,
|
|
@@ -56507,7 +56532,7 @@
|
|
|
56507
56532
|
"context": {
|
|
56508
56533
|
"type": "variable",
|
|
56509
56534
|
"name": "kendo-slider-thumb-border",
|
|
56510
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
56535
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
56511
56536
|
"scope": "default",
|
|
56512
56537
|
"line": {
|
|
56513
56538
|
"start": 81,
|
|
@@ -56607,7 +56632,7 @@
|
|
|
56607
56632
|
"context": {
|
|
56608
56633
|
"type": "variable",
|
|
56609
56634
|
"name": "kendo-slider-thumb-hover-border",
|
|
56610
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
56635
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-120 ))",
|
|
56611
56636
|
"scope": "default",
|
|
56612
56637
|
"line": {
|
|
56613
56638
|
"start": 94,
|
|
@@ -56707,7 +56732,7 @@
|
|
|
56707
56732
|
"context": {
|
|
56708
56733
|
"type": "variable",
|
|
56709
56734
|
"name": "kendo-slider-thumb-active-border",
|
|
56710
|
-
"value": "k-get-theme-color-var( primary-130 )",
|
|
56735
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-130 ))",
|
|
56711
56736
|
"scope": "default",
|
|
56712
56737
|
"line": {
|
|
56713
56738
|
"start": 107,
|
|
@@ -56857,7 +56882,7 @@
|
|
|
56857
56882
|
"context": {
|
|
56858
56883
|
"type": "variable",
|
|
56859
56884
|
"name": "kendo-slider-disabled-text",
|
|
56860
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
56885
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .7 ), k-get-theme-color-var( neutral-130 ))",
|
|
56861
56886
|
"scope": "default",
|
|
56862
56887
|
"line": {
|
|
56863
56888
|
"start": 127,
|
|
@@ -56882,7 +56907,7 @@
|
|
|
56882
56907
|
"context": {
|
|
56883
56908
|
"type": "variable",
|
|
56884
56909
|
"name": "kendo-slider-track-disabled-bg",
|
|
56885
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
56910
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))",
|
|
56886
56911
|
"scope": "default",
|
|
56887
56912
|
"line": {
|
|
56888
56913
|
"start": 130,
|
|
@@ -56907,7 +56932,7 @@
|
|
|
56907
56932
|
"context": {
|
|
56908
56933
|
"type": "variable",
|
|
56909
56934
|
"name": "kendo-slider-selection-disabled-bg",
|
|
56910
|
-
"value": "k-get-theme-color-var( neutral-90 )",
|
|
56935
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .46 ), k-get-theme-color-var( neutral-90 ))",
|
|
56911
56936
|
"scope": "default",
|
|
56912
56937
|
"line": {
|
|
56913
56938
|
"start": 133,
|
|
@@ -56932,7 +56957,7 @@
|
|
|
56932
56957
|
"context": {
|
|
56933
56958
|
"type": "variable",
|
|
56934
56959
|
"name": "kendo-slider-thumb-disabled-border",
|
|
56935
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
56960
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
56936
56961
|
"scope": "default",
|
|
56937
56962
|
"line": {
|
|
56938
56963
|
"start": 136,
|
|
@@ -57305,7 +57330,7 @@
|
|
|
57305
57330
|
"context": {
|
|
57306
57331
|
"type": "variable",
|
|
57307
57332
|
"name": "kendo-split-button-arrow-delimiter-bg",
|
|
57308
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
57333
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
57309
57334
|
"scope": "default",
|
|
57310
57335
|
"line": {
|
|
57311
57336
|
"start": 32,
|
|
@@ -57680,7 +57705,7 @@
|
|
|
57680
57705
|
"context": {
|
|
57681
57706
|
"type": "variable",
|
|
57682
57707
|
"name": "kendo-splitbar-bg",
|
|
57683
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
57708
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
57684
57709
|
"scope": "default",
|
|
57685
57710
|
"line": {
|
|
57686
57711
|
"start": 49,
|
|
@@ -57730,7 +57755,7 @@
|
|
|
57730
57755
|
"context": {
|
|
57731
57756
|
"type": "variable",
|
|
57732
57757
|
"name": "kendo-splitbar-hover-bg",
|
|
57733
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
57758
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))",
|
|
57734
57759
|
"scope": "default",
|
|
57735
57760
|
"line": {
|
|
57736
57761
|
"start": 56,
|
|
@@ -57780,7 +57805,7 @@
|
|
|
57780
57805
|
"context": {
|
|
57781
57806
|
"type": "variable",
|
|
57782
57807
|
"name": "kendo-splitbar-selected-bg",
|
|
57783
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
57808
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
57784
57809
|
"scope": "default",
|
|
57785
57810
|
"line": {
|
|
57786
57811
|
"start": 63,
|
|
@@ -58030,7 +58055,7 @@
|
|
|
58030
58055
|
"context": {
|
|
58031
58056
|
"type": "variable",
|
|
58032
58057
|
"name": "kendo-spreadsheet-primary-border",
|
|
58033
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
58058
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
58034
58059
|
"scope": "default",
|
|
58035
58060
|
"line": {
|
|
58036
58061
|
"start": 30,
|
|
@@ -58055,7 +58080,7 @@
|
|
|
58055
58080
|
"context": {
|
|
58056
58081
|
"type": "variable",
|
|
58057
58082
|
"name": "kendo-spreadsheet-primary-bg",
|
|
58058
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
58083
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
58059
58084
|
"scope": "default",
|
|
58060
58085
|
"line": {
|
|
58061
58086
|
"start": 33,
|
|
@@ -58080,7 +58105,7 @@
|
|
|
58080
58105
|
"context": {
|
|
58081
58106
|
"type": "variable",
|
|
58082
58107
|
"name": "kendo-spreadsheet-header-bg",
|
|
58083
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
58108
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
58084
58109
|
"scope": "default",
|
|
58085
58110
|
"line": {
|
|
58086
58111
|
"start": 37,
|
|
@@ -58155,7 +58180,7 @@
|
|
|
58155
58180
|
"context": {
|
|
58156
58181
|
"type": "variable",
|
|
58157
58182
|
"name": "kendo-spreadsheet-table-header-bg",
|
|
58158
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
58183
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
58159
58184
|
"scope": "default",
|
|
58160
58185
|
"line": {
|
|
58161
58186
|
"start": 47,
|
|
@@ -58230,7 +58255,7 @@
|
|
|
58230
58255
|
"context": {
|
|
58231
58256
|
"type": "variable",
|
|
58232
58257
|
"name": "kendo-spreadsheet-selected-text",
|
|
58233
|
-
"value": "k-get-theme-color-var( primary-160 )",
|
|
58258
|
+
"value": "if($kendo-enable-color-system, k-color( primary-on-subtle ), k-get-theme-color-var( primary-160 ))",
|
|
58234
58259
|
"scope": "default",
|
|
58235
58260
|
"line": {
|
|
58236
58261
|
"start": 57,
|
|
@@ -58255,7 +58280,7 @@
|
|
|
58255
58280
|
"context": {
|
|
58256
58281
|
"type": "variable",
|
|
58257
58282
|
"name": "kendo-spreadsheet-selected-bg",
|
|
58258
|
-
"value": "k-get-theme-color-var( primary-30 )",
|
|
58283
|
+
"value": "if($kendo-enable-color-system, k-color( primary-subtle-active ), k-get-theme-color-var( primary-30 ))",
|
|
58259
58284
|
"scope": "default",
|
|
58260
58285
|
"line": {
|
|
58261
58286
|
"start": 60,
|
|
@@ -58280,7 +58305,7 @@
|
|
|
58280
58305
|
"context": {
|
|
58281
58306
|
"type": "variable",
|
|
58282
58307
|
"name": "kendo-spreadsheet-selected-border",
|
|
58283
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
58308
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
58284
58309
|
"scope": "default",
|
|
58285
58310
|
"line": {
|
|
58286
58311
|
"start": 63,
|
|
@@ -59230,7 +59255,7 @@
|
|
|
59230
59255
|
"context": {
|
|
59231
59256
|
"type": "variable",
|
|
59232
59257
|
"name": "kendo-spreadsheet-resize-handle-bg",
|
|
59233
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
59258
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
59234
59259
|
"scope": "default",
|
|
59235
59260
|
"line": {
|
|
59236
59261
|
"start": 189,
|
|
@@ -59255,7 +59280,7 @@
|
|
|
59255
59280
|
"context": {
|
|
59256
59281
|
"type": "variable",
|
|
59257
59282
|
"name": "kendo-spreadsheet-cell-comment-border",
|
|
59258
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
59283
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
59259
59284
|
"scope": "default",
|
|
59260
59285
|
"line": {
|
|
59261
59286
|
"start": 193,
|
|
@@ -59280,7 +59305,7 @@
|
|
|
59280
59305
|
"context": {
|
|
59281
59306
|
"type": "variable",
|
|
59282
59307
|
"name": "kendo-spreadsheet-cell-dirty-border",
|
|
59283
|
-
"value": "k-get-theme-color-var( error-100 )",
|
|
59308
|
+
"value": "if($kendo-enable-color-system, k-color( error ), k-get-theme-color-var( error-100 ))",
|
|
59284
59309
|
"scope": "default",
|
|
59285
59310
|
"line": {
|
|
59286
59311
|
"start": 197,
|
|
@@ -59455,7 +59480,7 @@
|
|
|
59455
59480
|
"context": {
|
|
59456
59481
|
"type": "variable",
|
|
59457
59482
|
"name": "kendo-spreadsheet-filter-button-text",
|
|
59458
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
59483
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
59459
59484
|
"scope": "default",
|
|
59460
59485
|
"line": {
|
|
59461
59486
|
"start": 222,
|
|
@@ -59480,7 +59505,7 @@
|
|
|
59480
59505
|
"context": {
|
|
59481
59506
|
"type": "variable",
|
|
59482
59507
|
"name": "kendo-spreadsheet-filter-button-bg",
|
|
59483
|
-
"value": "$kendo-color-white",
|
|
59508
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
59484
59509
|
"scope": "default",
|
|
59485
59510
|
"line": {
|
|
59486
59511
|
"start": 225,
|
|
@@ -59505,7 +59530,7 @@
|
|
|
59505
59530
|
"context": {
|
|
59506
59531
|
"type": "variable",
|
|
59507
59532
|
"name": "kendo-spreadsheet-filter-button-border",
|
|
59508
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
59533
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
59509
59534
|
"scope": "default",
|
|
59510
59535
|
"line": {
|
|
59511
59536
|
"start": 228,
|
|
@@ -59530,7 +59555,7 @@
|
|
|
59530
59555
|
"context": {
|
|
59531
59556
|
"type": "variable",
|
|
59532
59557
|
"name": "kendo-spreadsheet-filter-button-hover-text",
|
|
59533
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
59558
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
59534
59559
|
"scope": "default",
|
|
59535
59560
|
"line": {
|
|
59536
59561
|
"start": 232,
|
|
@@ -59555,7 +59580,7 @@
|
|
|
59555
59580
|
"context": {
|
|
59556
59581
|
"type": "variable",
|
|
59557
59582
|
"name": "kendo-spreadsheet-filter-button-hover-bg",
|
|
59558
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
59583
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))",
|
|
59559
59584
|
"scope": "default",
|
|
59560
59585
|
"line": {
|
|
59561
59586
|
"start": 235,
|
|
@@ -59580,7 +59605,7 @@
|
|
|
59580
59605
|
"context": {
|
|
59581
59606
|
"type": "variable",
|
|
59582
59607
|
"name": "kendo-spreadsheet-filter-button-hover-border",
|
|
59583
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
59608
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
59584
59609
|
"scope": "default",
|
|
59585
59610
|
"line": {
|
|
59586
59611
|
"start": 238,
|
|
@@ -59605,7 +59630,7 @@
|
|
|
59605
59630
|
"context": {
|
|
59606
59631
|
"type": "variable",
|
|
59607
59632
|
"name": "kendo-spreadsheet-filter-button-active-text",
|
|
59608
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
59633
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
59609
59634
|
"scope": "default",
|
|
59610
59635
|
"line": {
|
|
59611
59636
|
"start": 242,
|
|
@@ -59630,7 +59655,7 @@
|
|
|
59630
59655
|
"context": {
|
|
59631
59656
|
"type": "variable",
|
|
59632
59657
|
"name": "kendo-spreadsheet-filter-button-active-bg",
|
|
59633
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
59658
|
+
"value": "f($kendo-enable-color-system, k-color( base-active ), k-get-theme-color-var( neutral-30 ))",
|
|
59634
59659
|
"scope": "default",
|
|
59635
59660
|
"line": {
|
|
59636
59661
|
"start": 245,
|
|
@@ -59655,7 +59680,7 @@
|
|
|
59655
59680
|
"context": {
|
|
59656
59681
|
"type": "variable",
|
|
59657
59682
|
"name": "kendo-spreadsheet-filter-button-active-border",
|
|
59658
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
59683
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
59659
59684
|
"scope": "default",
|
|
59660
59685
|
"line": {
|
|
59661
59686
|
"start": 248,
|
|
@@ -59680,7 +59705,7 @@
|
|
|
59680
59705
|
"context": {
|
|
59681
59706
|
"type": "variable",
|
|
59682
59707
|
"name": "kendo-spreadsheet-filter-menu-icon-color",
|
|
59683
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
59708
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
59684
59709
|
"scope": "default",
|
|
59685
59710
|
"line": {
|
|
59686
59711
|
"start": 252,
|
|
@@ -59705,7 +59730,7 @@
|
|
|
59705
59730
|
"context": {
|
|
59706
59731
|
"type": "variable",
|
|
59707
59732
|
"name": "kendo-spreadsheet-error-border",
|
|
59708
|
-
"value": "k-get-theme-color-var( error-190 )",
|
|
59733
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-subtle ), k-get-theme-color-var( error-190 ))",
|
|
59709
59734
|
"scope": "default",
|
|
59710
59735
|
"line": {
|
|
59711
59736
|
"start": 256,
|
|
@@ -60130,7 +60155,7 @@
|
|
|
60130
60155
|
"context": {
|
|
60131
60156
|
"type": "variable",
|
|
60132
60157
|
"name": "kendo-spreadsheet-drawing-handle-outline-color",
|
|
60133
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
60158
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
60134
60159
|
"scope": "default",
|
|
60135
60160
|
"line": {
|
|
60136
60161
|
"start": 309,
|
|
@@ -60155,7 +60180,7 @@
|
|
|
60155
60180
|
"context": {
|
|
60156
60181
|
"type": "variable",
|
|
60157
60182
|
"name": "kendo-spreadsheet-drawing-handle-bg",
|
|
60158
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
60183
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
60159
60184
|
"scope": "default",
|
|
60160
60185
|
"line": {
|
|
60161
60186
|
"start": 312,
|
|
@@ -60880,7 +60905,7 @@
|
|
|
60880
60905
|
"context": {
|
|
60881
60906
|
"type": "variable",
|
|
60882
60907
|
"name": "kendo-stepper-indicator-border",
|
|
60883
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
60908
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
60884
60909
|
"scope": "default",
|
|
60885
60910
|
"line": {
|
|
60886
60911
|
"start": 78,
|
|
@@ -61055,7 +61080,7 @@
|
|
|
61055
61080
|
"context": {
|
|
61056
61081
|
"type": "variable",
|
|
61057
61082
|
"name": "kendo-stepper-indicator-done-bg",
|
|
61058
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
61083
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
61059
61084
|
"scope": "default",
|
|
61060
61085
|
"line": {
|
|
61061
61086
|
"start": 102,
|
|
@@ -61080,7 +61105,7 @@
|
|
|
61080
61105
|
"context": {
|
|
61081
61106
|
"type": "variable",
|
|
61082
61107
|
"name": "kendo-stepper-indicator-done-text",
|
|
61083
|
-
"value": "$kendo-color-white",
|
|
61108
|
+
"value": "if($kendo-enable-color-system, k-color( on-primary ), $kendo-color-white)",
|
|
61084
61109
|
"scope": "default",
|
|
61085
61110
|
"line": {
|
|
61086
61111
|
"start": 105,
|
|
@@ -61130,7 +61155,7 @@
|
|
|
61130
61155
|
"context": {
|
|
61131
61156
|
"type": "variable",
|
|
61132
61157
|
"name": "kendo-stepper-indicator-done-hover-bg",
|
|
61133
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
61158
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
61134
61159
|
"scope": "default",
|
|
61135
61160
|
"line": {
|
|
61136
61161
|
"start": 112,
|
|
@@ -61205,7 +61230,7 @@
|
|
|
61205
61230
|
"context": {
|
|
61206
61231
|
"type": "variable",
|
|
61207
61232
|
"name": "kendo-stepper-indicator-done-disabled-bg",
|
|
61208
|
-
"value": "k-get-theme-color-var( primary-30 )",
|
|
61233
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .22 ), k-get-theme-color-var( primary-30 ))",
|
|
61209
61234
|
"scope": "default",
|
|
61210
61235
|
"line": {
|
|
61211
61236
|
"start": 122,
|
|
@@ -61280,7 +61305,7 @@
|
|
|
61280
61305
|
"context": {
|
|
61281
61306
|
"type": "variable",
|
|
61282
61307
|
"name": "kendo-stepper-indicator-current-bg",
|
|
61283
|
-
"value": "k-get-theme-color-var( primary-120 )",
|
|
61308
|
+
"value": "if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 ))",
|
|
61284
61309
|
"scope": "default",
|
|
61285
61310
|
"line": {
|
|
61286
61311
|
"start": 132,
|
|
@@ -61530,7 +61555,7 @@
|
|
|
61530
61555
|
"context": {
|
|
61531
61556
|
"type": "variable",
|
|
61532
61557
|
"name": "kendo-stepper-label-success-text",
|
|
61533
|
-
"value": "k-get-theme-color-var( success-190 )",
|
|
61558
|
+
"value": "if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))",
|
|
61534
61559
|
"scope": "default",
|
|
61535
61560
|
"line": {
|
|
61536
61561
|
"start": 165,
|
|
@@ -61555,7 +61580,7 @@
|
|
|
61555
61580
|
"context": {
|
|
61556
61581
|
"type": "variable",
|
|
61557
61582
|
"name": "kendo-stepper-label-error-text",
|
|
61558
|
-
"value": "k-get-theme-color-var( error-190 )",
|
|
61583
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))",
|
|
61559
61584
|
"scope": "default",
|
|
61560
61585
|
"line": {
|
|
61561
61586
|
"start": 168,
|
|
@@ -61655,7 +61680,7 @@
|
|
|
61655
61680
|
"context": {
|
|
61656
61681
|
"type": "variable",
|
|
61657
61682
|
"name": "kendo-stepper-optional-label-text",
|
|
61658
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
61683
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
61659
61684
|
"scope": "default",
|
|
61660
61685
|
"line": {
|
|
61661
61686
|
"start": 181,
|
|
@@ -61980,7 +62005,7 @@
|
|
|
61980
62005
|
"context": {
|
|
61981
62006
|
"type": "variable",
|
|
61982
62007
|
"name": "kendo-switch-focus-ring",
|
|
61983
|
-
"value": "1px solid k-get-theme-color-var( neutral-130 )",
|
|
62008
|
+
"value": "1px solid if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
61984
62009
|
"scope": "default",
|
|
61985
62010
|
"line": {
|
|
61986
62011
|
"start": 33,
|
|
@@ -62055,7 +62080,7 @@
|
|
|
62055
62080
|
"context": {
|
|
62056
62081
|
"type": "variable",
|
|
62057
62082
|
"name": "kendo-switch-off-track-border",
|
|
62058
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
62083
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
62059
62084
|
"scope": "default",
|
|
62060
62085
|
"line": {
|
|
62061
62086
|
"start": 43,
|
|
@@ -62130,7 +62155,7 @@
|
|
|
62130
62155
|
"context": {
|
|
62131
62156
|
"type": "variable",
|
|
62132
62157
|
"name": "kendo-switch-off-track-hover-border",
|
|
62133
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
62158
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
62134
62159
|
"scope": "default",
|
|
62135
62160
|
"line": {
|
|
62136
62161
|
"start": 53,
|
|
@@ -62205,7 +62230,7 @@
|
|
|
62205
62230
|
"context": {
|
|
62206
62231
|
"type": "variable",
|
|
62207
62232
|
"name": "kendo-switch-off-track-focus-border",
|
|
62208
|
-
"value": "k-get-theme-color-var( neutral-110 )",
|
|
62233
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))",
|
|
62209
62234
|
"scope": "default",
|
|
62210
62235
|
"line": {
|
|
62211
62236
|
"start": 63,
|
|
@@ -62280,7 +62305,7 @@
|
|
|
62280
62305
|
"context": {
|
|
62281
62306
|
"type": "variable",
|
|
62282
62307
|
"name": "kendo-switch-off-track-disabled-border",
|
|
62283
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
62308
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
62284
62309
|
"scope": "default",
|
|
62285
62310
|
"line": {
|
|
62286
62311
|
"start": 73,
|
|
@@ -62305,7 +62330,7 @@
|
|
|
62305
62330
|
"context": {
|
|
62306
62331
|
"type": "variable",
|
|
62307
62332
|
"name": "kendo-switch-off-thumb-bg",
|
|
62308
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
62333
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
62309
62334
|
"scope": "default",
|
|
62310
62335
|
"line": {
|
|
62311
62336
|
"start": 77,
|
|
@@ -62355,7 +62380,7 @@
|
|
|
62355
62380
|
"context": {
|
|
62356
62381
|
"type": "variable",
|
|
62357
62382
|
"name": "kendo-switch-off-thumb-border",
|
|
62358
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
62383
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
62359
62384
|
"scope": "default",
|
|
62360
62385
|
"line": {
|
|
62361
62386
|
"start": 83,
|
|
@@ -62380,7 +62405,7 @@
|
|
|
62380
62405
|
"context": {
|
|
62381
62406
|
"type": "variable",
|
|
62382
62407
|
"name": "kendo-switch-off-thumb-hover-bg",
|
|
62383
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
62408
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
62384
62409
|
"scope": "default",
|
|
62385
62410
|
"line": {
|
|
62386
62411
|
"start": 87,
|
|
@@ -62430,7 +62455,7 @@
|
|
|
62430
62455
|
"context": {
|
|
62431
62456
|
"type": "variable",
|
|
62432
62457
|
"name": "kendo-switch-off-thumb-hover-border",
|
|
62433
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
62458
|
+
"value": "if($kendo-enable-color-system, k-color( border-alt ), k-get-theme-color-var( neutral-160 ))",
|
|
62434
62459
|
"scope": "default",
|
|
62435
62460
|
"line": {
|
|
62436
62461
|
"start": 93,
|
|
@@ -62455,7 +62480,7 @@
|
|
|
62455
62480
|
"context": {
|
|
62456
62481
|
"type": "variable",
|
|
62457
62482
|
"name": "kendo-switch-off-thumb-disabled-bg",
|
|
62458
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
62483
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
62459
62484
|
"scope": "default",
|
|
62460
62485
|
"line": {
|
|
62461
62486
|
"start": 97,
|
|
@@ -62505,7 +62530,7 @@
|
|
|
62505
62530
|
"context": {
|
|
62506
62531
|
"type": "variable",
|
|
62507
62532
|
"name": "kendo-switch-off-thumb-disabled-border",
|
|
62508
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
62533
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
62509
62534
|
"scope": "default",
|
|
62510
62535
|
"line": {
|
|
62511
62536
|
"start": 103,
|
|
@@ -62530,7 +62555,7 @@
|
|
|
62530
62555
|
"context": {
|
|
62531
62556
|
"type": "variable",
|
|
62532
62557
|
"name": "kendo-switch-on-track-bg",
|
|
62533
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
62558
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
62534
62559
|
"scope": "default",
|
|
62535
62560
|
"line": {
|
|
62536
62561
|
"start": 108,
|
|
@@ -62555,7 +62580,7 @@
|
|
|
62555
62580
|
"context": {
|
|
62556
62581
|
"type": "variable",
|
|
62557
62582
|
"name": "kendo-switch-on-track-text",
|
|
62558
|
-
"value": "$kendo-color-white",
|
|
62583
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62559
62584
|
"scope": "default",
|
|
62560
62585
|
"line": {
|
|
62561
62586
|
"start": 111,
|
|
@@ -62605,7 +62630,7 @@
|
|
|
62605
62630
|
"context": {
|
|
62606
62631
|
"type": "variable",
|
|
62607
62632
|
"name": "kendo-switch-on-track-hover-bg",
|
|
62608
|
-
"value": "k-get-theme-color-var( primary-110 )",
|
|
62633
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 ))",
|
|
62609
62634
|
"scope": "default",
|
|
62610
62635
|
"line": {
|
|
62611
62636
|
"start": 118,
|
|
@@ -62630,7 +62655,7 @@
|
|
|
62630
62655
|
"context": {
|
|
62631
62656
|
"type": "variable",
|
|
62632
62657
|
"name": "kendo-switch-on-track-hover-text",
|
|
62633
|
-
"value": "$kendo-color-white",
|
|
62658
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62634
62659
|
"scope": "default",
|
|
62635
62660
|
"line": {
|
|
62636
62661
|
"start": 121,
|
|
@@ -62680,7 +62705,7 @@
|
|
|
62680
62705
|
"context": {
|
|
62681
62706
|
"type": "variable",
|
|
62682
62707
|
"name": "kendo-switch-on-track-focus-bg",
|
|
62683
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
62708
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
62684
62709
|
"scope": "default",
|
|
62685
62710
|
"line": {
|
|
62686
62711
|
"start": 128,
|
|
@@ -62705,7 +62730,7 @@
|
|
|
62705
62730
|
"context": {
|
|
62706
62731
|
"type": "variable",
|
|
62707
62732
|
"name": "kendo-switch-on-track-focus-text",
|
|
62708
|
-
"value": "$kendo-color-white",
|
|
62733
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62709
62734
|
"scope": "default",
|
|
62710
62735
|
"line": {
|
|
62711
62736
|
"start": 131,
|
|
@@ -62755,7 +62780,7 @@
|
|
|
62755
62780
|
"context": {
|
|
62756
62781
|
"type": "variable",
|
|
62757
62782
|
"name": "kendo-switch-on-track-disabled-bg",
|
|
62758
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
62783
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
62759
62784
|
"scope": "default",
|
|
62760
62785
|
"line": {
|
|
62761
62786
|
"start": 138,
|
|
@@ -62780,7 +62805,7 @@
|
|
|
62780
62805
|
"context": {
|
|
62781
62806
|
"type": "variable",
|
|
62782
62807
|
"name": "kendo-switch-on-track-disabled-text",
|
|
62783
|
-
"value": "$kendo-color-white",
|
|
62808
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62784
62809
|
"scope": "default",
|
|
62785
62810
|
"line": {
|
|
62786
62811
|
"start": 141,
|
|
@@ -62805,7 +62830,7 @@
|
|
|
62805
62830
|
"context": {
|
|
62806
62831
|
"type": "variable",
|
|
62807
62832
|
"name": "kendo-switch-on-track-disabled-border",
|
|
62808
|
-
"value": "$kendo-switch-on-track-disabled-bg",
|
|
62833
|
+
"value": "if($kendo-enable-color-system, transparent, $kendo-switch-on-track-disabled-bg)",
|
|
62809
62834
|
"scope": "default",
|
|
62810
62835
|
"line": {
|
|
62811
62836
|
"start": 144,
|
|
@@ -62830,7 +62855,7 @@
|
|
|
62830
62855
|
"context": {
|
|
62831
62856
|
"type": "variable",
|
|
62832
62857
|
"name": "kendo-switch-on-thumb-bg",
|
|
62833
|
-
"value": "$kendo-color-white",
|
|
62858
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62834
62859
|
"scope": "default",
|
|
62835
62860
|
"line": {
|
|
62836
62861
|
"start": 148,
|
|
@@ -62905,7 +62930,7 @@
|
|
|
62905
62930
|
"context": {
|
|
62906
62931
|
"type": "variable",
|
|
62907
62932
|
"name": "kendo-switch-on-thumb-hover-bg",
|
|
62908
|
-
"value": "$kendo-color-white",
|
|
62933
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
62909
62934
|
"scope": "default",
|
|
62910
62935
|
"line": {
|
|
62911
62936
|
"start": 158,
|
|
@@ -62980,7 +63005,7 @@
|
|
|
62980
63005
|
"context": {
|
|
62981
63006
|
"type": "variable",
|
|
62982
63007
|
"name": "kendo-switch-on-thumb-disabled-bg",
|
|
62983
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
63008
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-20 ))",
|
|
62984
63009
|
"scope": "default",
|
|
62985
63010
|
"line": {
|
|
62986
63011
|
"start": 168,
|
|
@@ -63030,7 +63055,7 @@
|
|
|
63030
63055
|
"context": {
|
|
63031
63056
|
"type": "variable",
|
|
63032
63057
|
"name": "kendo-switch-on-thumb-disabled-border",
|
|
63033
|
-
"value": "k-get-theme-color-var( neutral-20 )",
|
|
63058
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .06 ), k-get-theme-color-var( neutral-20 ))",
|
|
63034
63059
|
"scope": "default",
|
|
63035
63060
|
"line": {
|
|
63036
63061
|
"start": 174,
|
|
@@ -63330,7 +63355,7 @@
|
|
|
63330
63355
|
"context": {
|
|
63331
63356
|
"type": "variable",
|
|
63332
63357
|
"name": "kendo-table-header-text",
|
|
63333
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
63358
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
63334
63359
|
"scope": "default",
|
|
63335
63360
|
"line": {
|
|
63336
63361
|
"start": 91,
|
|
@@ -63930,7 +63955,7 @@
|
|
|
63930
63955
|
"context": {
|
|
63931
63956
|
"type": "variable",
|
|
63932
63957
|
"name": "kendo-table-selected-bg",
|
|
63933
|
-
"value": "k-get-theme-color-var( primary-20 )",
|
|
63958
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .13 ), k-get-theme-color-var( primary-20 ))",
|
|
63934
63959
|
"scope": "default",
|
|
63935
63960
|
"line": {
|
|
63936
63961
|
"start": 171,
|
|
@@ -64005,7 +64030,7 @@
|
|
|
64005
64030
|
"context": {
|
|
64006
64031
|
"type": "variable",
|
|
64007
64032
|
"name": "kendo-table-selected-hover-bg",
|
|
64008
|
-
"value": "k-get-theme-color-var( primary-30 )",
|
|
64033
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( primary, true ), .26 ), k-get-theme-color-var( primary-30 ))",
|
|
64009
64034
|
"scope": "default",
|
|
64010
64035
|
"line": {
|
|
64011
64036
|
"start": 181,
|
|
@@ -64780,7 +64805,7 @@
|
|
|
64780
64805
|
"context": {
|
|
64781
64806
|
"type": "variable",
|
|
64782
64807
|
"name": "kendo-tabstrip-item-selected-text",
|
|
64783
|
-
"value": "k-get-theme-color-var( neutral-190 )",
|
|
64808
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))",
|
|
64784
64809
|
"scope": "default",
|
|
64785
64810
|
"line": {
|
|
64786
64811
|
"start": 96,
|
|
@@ -64805,7 +64830,7 @@
|
|
|
64805
64830
|
"context": {
|
|
64806
64831
|
"type": "variable",
|
|
64807
64832
|
"name": "kendo-tabstrip-item-selected-border",
|
|
64808
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
64833
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
64809
64834
|
"scope": "default",
|
|
64810
64835
|
"line": {
|
|
64811
64836
|
"start": 99,
|
|
@@ -64880,7 +64905,7 @@
|
|
|
64880
64905
|
"context": {
|
|
64881
64906
|
"type": "variable",
|
|
64882
64907
|
"name": "kendo-tabstrip-item-dragging-text",
|
|
64883
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
64908
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
64884
64909
|
"scope": "default",
|
|
64885
64910
|
"line": {
|
|
64886
64911
|
"start": 108,
|
|
@@ -64930,7 +64955,7 @@
|
|
|
64930
64955
|
"context": {
|
|
64931
64956
|
"type": "variable",
|
|
64932
64957
|
"name": "kendo-tabstrip-indicator-color",
|
|
64933
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
64958
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
64934
64959
|
"scope": "default",
|
|
64935
64960
|
"line": {
|
|
64936
64961
|
"start": 116,
|
|
@@ -65680,7 +65705,7 @@
|
|
|
65680
65705
|
"context": {
|
|
65681
65706
|
"type": "variable",
|
|
65682
65707
|
"name": "kendo-taskboard-column-bg",
|
|
65683
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
65708
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
65684
65709
|
"scope": "default",
|
|
65685
65710
|
"line": {
|
|
65686
65711
|
"start": 72,
|
|
@@ -65805,7 +65830,7 @@
|
|
|
65805
65830
|
"context": {
|
|
65806
65831
|
"type": "variable",
|
|
65807
65832
|
"name": "kendo-taskboard-column-focus-border",
|
|
65808
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
65833
|
+
"value": "if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-130 ))",
|
|
65809
65834
|
"scope": "default",
|
|
65810
65835
|
"line": {
|
|
65811
65836
|
"start": 87,
|
|
@@ -66555,7 +66580,7 @@
|
|
|
66555
66580
|
"context": {
|
|
66556
66581
|
"type": "variable",
|
|
66557
66582
|
"name": "kendo-taskboard-card-selected-border",
|
|
66558
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
66583
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
66559
66584
|
"scope": "default",
|
|
66560
66585
|
"line": {
|
|
66561
66586
|
"start": 185,
|
|
@@ -66705,7 +66730,7 @@
|
|
|
66705
66730
|
"context": {
|
|
66706
66731
|
"type": "variable",
|
|
66707
66732
|
"name": "kendo-taskboard-drag-placeholder-bg",
|
|
66708
|
-
"value": "k-get-theme-color-var( neutral-50 )",
|
|
66733
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .23 ), k-get-theme-color-var( neutral-50 ))",
|
|
66709
66734
|
"scope": "default",
|
|
66710
66735
|
"line": {
|
|
66711
66736
|
"start": 205,
|
|
@@ -66780,7 +66805,7 @@
|
|
|
66780
66805
|
"context": {
|
|
66781
66806
|
"type": "variable",
|
|
66782
66807
|
"name": "kendo-tile-layout-bg",
|
|
66783
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
66808
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
66784
66809
|
"scope": "default",
|
|
66785
66810
|
"line": {
|
|
66786
66811
|
"start": 11,
|
|
@@ -68155,7 +68180,7 @@
|
|
|
68155
68180
|
"context": {
|
|
68156
68181
|
"type": "variable",
|
|
68157
68182
|
"name": "kendo-timeline-track-bg",
|
|
68158
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
68183
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
68159
68184
|
"scope": "default",
|
|
68160
68185
|
"line": {
|
|
68161
68186
|
"start": 65,
|
|
@@ -68180,7 +68205,7 @@
|
|
|
68180
68205
|
"context": {
|
|
68181
68206
|
"type": "variable",
|
|
68182
68207
|
"name": "kendo-timeline-track-border-color",
|
|
68183
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
68208
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
68184
68209
|
"scope": "default",
|
|
68185
68210
|
"line": {
|
|
68186
68211
|
"start": 68,
|
|
@@ -68555,7 +68580,7 @@
|
|
|
68555
68580
|
"context": {
|
|
68556
68581
|
"type": "variable",
|
|
68557
68582
|
"name": "kendo-timeline-flag-bg",
|
|
68558
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
68583
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
68559
68584
|
"scope": "default",
|
|
68560
68585
|
"line": {
|
|
68561
68586
|
"start": 116,
|
|
@@ -68730,7 +68755,7 @@
|
|
|
68730
68755
|
"context": {
|
|
68731
68756
|
"type": "variable",
|
|
68732
68757
|
"name": "kendo-timeline-card-header-text",
|
|
68733
|
-
"value": "k-get-theme-color-var( neutral-160 )",
|
|
68758
|
+
"value": "if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-160 ))",
|
|
68734
68759
|
"scope": "default",
|
|
68735
68760
|
"line": {
|
|
68736
68761
|
"start": 138,
|
|
@@ -68755,7 +68780,7 @@
|
|
|
68755
68780
|
"context": {
|
|
68756
68781
|
"type": "variable",
|
|
68757
68782
|
"name": "kendo-timeline-card-body-scroll-border",
|
|
68758
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
68783
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
68759
68784
|
"scope": "default",
|
|
68760
68785
|
"line": {
|
|
68761
68786
|
"start": 141,
|
|
@@ -69080,7 +69105,7 @@
|
|
|
69080
69105
|
"context": {
|
|
69081
69106
|
"type": "variable",
|
|
69082
69107
|
"name": "kendo-timeline-circle-bg",
|
|
69083
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
69108
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
69084
69109
|
"scope": "default",
|
|
69085
69110
|
"line": {
|
|
69086
69111
|
"start": 183,
|
|
@@ -69530,7 +69555,7 @@
|
|
|
69530
69555
|
"context": {
|
|
69531
69556
|
"type": "variable",
|
|
69532
69557
|
"name": "kendo-toolbar-bg",
|
|
69533
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
69558
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
69534
69559
|
"scope": "default",
|
|
69535
69560
|
"line": {
|
|
69536
69561
|
"start": 50,
|
|
@@ -69605,7 +69630,7 @@
|
|
|
69605
69630
|
"context": {
|
|
69606
69631
|
"type": "variable",
|
|
69607
69632
|
"name": "kendo-toolbar-separator-border",
|
|
69608
|
-
"value": "k-get-theme-color-var( neutral-60 )",
|
|
69633
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .28 ), k-get-theme-color-var( neutral-60 ))",
|
|
69609
69634
|
"scope": "default",
|
|
69610
69635
|
"line": {
|
|
69611
69636
|
"start": 60,
|
|
@@ -69705,7 +69730,7 @@
|
|
|
69705
69730
|
"context": {
|
|
69706
69731
|
"type": "variable",
|
|
69707
69732
|
"name": "kendo-toolbar-item-focus-outline-color",
|
|
69708
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
69733
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
69709
69734
|
"scope": "default",
|
|
69710
69735
|
"line": {
|
|
69711
69736
|
"start": 74,
|
|
@@ -70055,7 +70080,7 @@
|
|
|
70055
70080
|
"context": {
|
|
70056
70081
|
"type": "variable",
|
|
70057
70082
|
"name": "kendo-tooltip-bg",
|
|
70058
|
-
"value": "$kendo-color-white",
|
|
70083
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white)",
|
|
70059
70084
|
"scope": "default",
|
|
70060
70085
|
"line": {
|
|
70061
70086
|
"start": 42,
|
|
@@ -70155,7 +70180,7 @@
|
|
|
70155
70180
|
"context": {
|
|
70156
70181
|
"type": "variable",
|
|
70157
70182
|
"name": "kendo-tooltip-button-text",
|
|
70158
|
-
"value": "k-get-theme-color-var( neutral-130, initial )",
|
|
70183
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130, initial ))",
|
|
70159
70184
|
"scope": "default",
|
|
70160
70185
|
"line": {
|
|
70161
70186
|
"start": 55,
|
|
@@ -71005,7 +71030,7 @@
|
|
|
71005
71030
|
"context": {
|
|
71006
71031
|
"type": "variable",
|
|
71007
71032
|
"name": "kendo-treeview-item-focus-shadow",
|
|
71008
|
-
"value": "inset 0 0 0 1px k-get-theme-color-var( neutral-130 )",
|
|
71033
|
+
"value": "inset 0 0 0 1px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
71009
71034
|
"scope": "default",
|
|
71010
71035
|
"line": {
|
|
71011
71036
|
"start": 127,
|
|
@@ -71989,7 +72014,7 @@
|
|
|
71989
72014
|
"context": {
|
|
71990
72015
|
"type": "variable",
|
|
71991
72016
|
"name": "kendo-tooltip-brand-colors",
|
|
71992
|
-
"value": "(\n secondary: neutral,\n tertiary: tertiary,\n success: success,\n warning: warning,\n error: error,\n info: info\n )",
|
|
72017
|
+
"value": "(\n secondary: if($kendo-enable-color-system, secondary, neutral),\n tertiary: tertiary,\n success: success,\n warning: warning,\n error: error,\n info: info\n )",
|
|
71993
72018
|
"scope": "default",
|
|
71994
72019
|
"line": {
|
|
71995
72020
|
"start": 58,
|
|
@@ -72289,7 +72314,7 @@
|
|
|
72289
72314
|
"context": {
|
|
72290
72315
|
"type": "variable",
|
|
72291
72316
|
"name": "kendo-upload-dropzone-text",
|
|
72292
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
72317
|
+
"value": "if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))",
|
|
72293
72318
|
"scope": "default",
|
|
72294
72319
|
"line": {
|
|
72295
72320
|
"start": 38,
|
|
@@ -72314,7 +72339,7 @@
|
|
|
72314
72339
|
"context": {
|
|
72315
72340
|
"type": "variable",
|
|
72316
72341
|
"name": "kendo-upload-dropzone-bg",
|
|
72317
|
-
"value": "k-get-theme-color-var( neutral-10 )",
|
|
72342
|
+
"value": "if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))",
|
|
72318
72343
|
"scope": "default",
|
|
72319
72344
|
"line": {
|
|
72320
72345
|
"start": 41,
|
|
@@ -72339,7 +72364,7 @@
|
|
|
72339
72364
|
"context": {
|
|
72340
72365
|
"type": "variable",
|
|
72341
72366
|
"name": "kendo-upload-dropzone-border",
|
|
72342
|
-
"value": "k-get-theme-color-var( neutral-30 )",
|
|
72367
|
+
"value": "if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), k-get-theme-color-var( neutral-30 ))",
|
|
72343
72368
|
"scope": "default",
|
|
72344
72369
|
"line": {
|
|
72345
72370
|
"start": 44,
|
|
@@ -72614,7 +72639,7 @@
|
|
|
72614
72639
|
"context": {
|
|
72615
72640
|
"type": "variable",
|
|
72616
72641
|
"name": "kendo-upload-progress-bg",
|
|
72617
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
72642
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
72618
72643
|
"scope": "default",
|
|
72619
72644
|
"line": {
|
|
72620
72645
|
"start": 82,
|
|
@@ -72639,7 +72664,7 @@
|
|
|
72639
72664
|
"context": {
|
|
72640
72665
|
"type": "variable",
|
|
72641
72666
|
"name": "kendo-upload-success-text",
|
|
72642
|
-
"value": "k-get-theme-color-var( success-190 )",
|
|
72667
|
+
"value": "if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))",
|
|
72643
72668
|
"scope": "default",
|
|
72644
72669
|
"line": {
|
|
72645
72670
|
"start": 86,
|
|
@@ -72664,7 +72689,7 @@
|
|
|
72664
72689
|
"context": {
|
|
72665
72690
|
"type": "variable",
|
|
72666
72691
|
"name": "kendo-upload-success-bg",
|
|
72667
|
-
"value": "k-get-theme-color-var( success-190 )",
|
|
72692
|
+
"value": "if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 ))",
|
|
72668
72693
|
"scope": "default",
|
|
72669
72694
|
"line": {
|
|
72670
72695
|
"start": 89,
|
|
@@ -72689,7 +72714,7 @@
|
|
|
72689
72714
|
"context": {
|
|
72690
72715
|
"type": "variable",
|
|
72691
72716
|
"name": "kendo-upload-error-text",
|
|
72692
|
-
"value": "k-get-theme-color-var( error-190 )",
|
|
72717
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))",
|
|
72693
72718
|
"scope": "default",
|
|
72694
72719
|
"line": {
|
|
72695
72720
|
"start": 93,
|
|
@@ -72714,7 +72739,7 @@
|
|
|
72714
72739
|
"context": {
|
|
72715
72740
|
"type": "variable",
|
|
72716
72741
|
"name": "kendo-upload-error-bg",
|
|
72717
|
-
"value": "k-get-theme-color-var( error-190 )",
|
|
72742
|
+
"value": "if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 ))",
|
|
72718
72743
|
"scope": "default",
|
|
72719
72744
|
"line": {
|
|
72720
72745
|
"start": 96,
|
|
@@ -73339,7 +73364,7 @@
|
|
|
73339
73364
|
"context": {
|
|
73340
73365
|
"type": "variable",
|
|
73341
73366
|
"name": "kendo-window-border",
|
|
73342
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
73367
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
73343
73368
|
"scope": "default",
|
|
73344
73369
|
"line": {
|
|
73345
73370
|
"start": 81,
|
|
@@ -73439,7 +73464,7 @@
|
|
|
73439
73464
|
"context": {
|
|
73440
73465
|
"type": "variable",
|
|
73441
73466
|
"name": "kendo-window-titlebar-text",
|
|
73442
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
73467
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
73443
73468
|
"scope": "default",
|
|
73444
73469
|
"line": {
|
|
73445
73470
|
"start": 94,
|
|
@@ -73464,7 +73489,7 @@
|
|
|
73464
73489
|
"context": {
|
|
73465
73490
|
"type": "variable",
|
|
73466
73491
|
"name": "kendo-window-titlebar-border",
|
|
73467
|
-
"value": "k-get-theme-color-var( primary-100 )",
|
|
73492
|
+
"value": "if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))",
|
|
73468
73493
|
"scope": "default",
|
|
73469
73494
|
"line": {
|
|
73470
73495
|
"start": 97,
|
|
@@ -73914,7 +73939,7 @@
|
|
|
73914
73939
|
"context": {
|
|
73915
73940
|
"type": "variable",
|
|
73916
73941
|
"name": "kendo-wizard-step-focus-border",
|
|
73917
|
-
"value": "k-get-theme-color-var( neutral-130 )",
|
|
73942
|
+
"value": "if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
73918
73943
|
"scope": "default",
|
|
73919
73944
|
"line": {
|
|
73920
73945
|
"start": 53,
|