@progress/kendo-theme-bootstrap 7.2.1-dev.7 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +8 -1
- package/dist/all.scss +100 -101
- package/dist/meta/sassdoc-data.json +70 -70
- package/dist/meta/sassdoc-raw-data.json +35 -35
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/breadcrumb/_variables.scss +1 -1
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_variables.scss +1 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +1 -1
- package/scss/fab/_theme.scss +6 -6
- package/scss/filter/_variables.scss +1 -1
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_variables.scss +6 -6
- package/scss/input/_variables.scss +3 -3
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +2 -2
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_variables.scss +1 -1
- package/scss/menu/_variables.scss +6 -6
- package/scss/pager/_variables.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/signature/_variables.scss +1 -1
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/spreadsheet/_variables.scss +4 -4
- package/scss/stepper/_variables.scss +3 -3
- package/scss/switch/_variables.scss +2 -2
- package/scss/table/_variables.scss +3 -3
- package/scss/taskboard/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +1 -1
- package/scss/treeview/_variables.scss +1 -1
|
@@ -2758,7 +2758,7 @@
|
|
|
2758
2758
|
"context": {
|
|
2759
2759
|
"type": "variable",
|
|
2760
2760
|
"name": "kendo-breadcrumb-link-focus-shadow",
|
|
2761
|
-
"value": "inset 0 0 0 3px if($kendo-enable-color-system,
|
|
2761
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( $kendo-breadcrumb-text, .25 ))",
|
|
2762
2762
|
"scope": "default",
|
|
2763
2763
|
"line": {
|
|
2764
2764
|
"start": 159,
|
|
@@ -4308,7 +4308,7 @@
|
|
|
4308
4308
|
"context": {
|
|
4309
4309
|
"type": "variable",
|
|
4310
4310
|
"name": "kendo-button-focus-shadow",
|
|
4311
|
-
"value": "0 0 0 .25rem if($kendo-enable-color-system,
|
|
4311
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 50%, transparent), rgba( $kendo-button-border, .5 ))",
|
|
4312
4312
|
"scope": "default",
|
|
4313
4313
|
"line": {
|
|
4314
4314
|
"start": 189,
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
"context": {
|
|
6509
6509
|
"type": "variable",
|
|
6510
6510
|
"name": "kendo-chart-major-lines",
|
|
6511
|
-
"value": "
|
|
6511
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ))",
|
|
6512
6512
|
"scope": "default",
|
|
6513
6513
|
"line": {
|
|
6514
6514
|
"start": 103,
|
|
@@ -6533,7 +6533,7 @@
|
|
|
6533
6533
|
"context": {
|
|
6534
6534
|
"type": "variable",
|
|
6535
6535
|
"name": "kendo-chart-minor-lines",
|
|
6536
|
-
"value": "
|
|
6536
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ))",
|
|
6537
6537
|
"scope": "default",
|
|
6538
6538
|
"line": {
|
|
6539
6539
|
"start": 107,
|
|
@@ -8558,7 +8558,7 @@
|
|
|
8558
8558
|
"context": {
|
|
8559
8559
|
"type": "variable",
|
|
8560
8560
|
"name": "kendo-checkbox-focus-shadow",
|
|
8561
|
-
"value": "0 0 0 .25rem if($kendo-enable-color-system,
|
|
8561
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
8562
8562
|
"scope": "default",
|
|
8563
8563
|
"line": {
|
|
8564
8564
|
"start": 104,
|
|
@@ -13520,7 +13520,7 @@
|
|
|
13520
13520
|
"context": {
|
|
13521
13521
|
"type": "variable",
|
|
13522
13522
|
"name": "kendo-dock-manager-dock-preview-bg",
|
|
13523
|
-
"value": "if($kendo-enable-color-system,
|
|
13523
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
|
|
13524
13524
|
"scope": "default",
|
|
13525
13525
|
"line": {
|
|
13526
13526
|
"start": 110,
|
|
@@ -16670,7 +16670,7 @@
|
|
|
16670
16670
|
"context": {
|
|
16671
16671
|
"type": "variable",
|
|
16672
16672
|
"name": "kendo-filter-toolbar-focus-shadow",
|
|
16673
|
-
"value": "0 0 0 .25rem if($kendo-enable-color-system,
|
|
16673
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
16674
16674
|
"scope": "default",
|
|
16675
16675
|
"line": {
|
|
16676
16676
|
"start": 30,
|
|
@@ -20320,7 +20320,7 @@
|
|
|
20320
20320
|
"context": {
|
|
20321
20321
|
"type": "variable",
|
|
20322
20322
|
"name": "kendo-grid-row-resizer-hover-bg",
|
|
20323
|
-
"value": "if($kendo-enable-color-system,
|
|
20323
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))",
|
|
20324
20324
|
"scope": "default",
|
|
20325
20325
|
"line": {
|
|
20326
20326
|
"start": 311,
|
|
@@ -21445,7 +21445,7 @@
|
|
|
21445
21445
|
"context": {
|
|
21446
21446
|
"type": "variable",
|
|
21447
21447
|
"name": "kendo-input-outline-border",
|
|
21448
|
-
"value": "if($kendo-enable-color-system,
|
|
21448
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-base-text, .5 ))",
|
|
21449
21449
|
"scope": "default",
|
|
21450
21450
|
"line": {
|
|
21451
21451
|
"start": 170,
|
|
@@ -23170,7 +23170,7 @@
|
|
|
23170
23170
|
"context": {
|
|
23171
23171
|
"type": "variable",
|
|
23172
23172
|
"name": "kendo-list-item-focus-shadow",
|
|
23173
|
-
"value": "inset 0 0 0 3px if($kendo-enable-color-system,
|
|
23173
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-list-text, .15 ))",
|
|
23174
23174
|
"scope": "default",
|
|
23175
23175
|
"line": {
|
|
23176
23176
|
"start": 223,
|
|
@@ -24070,7 +24070,7 @@
|
|
|
24070
24070
|
"context": {
|
|
24071
24071
|
"type": "variable",
|
|
24072
24072
|
"name": "kendo-listview-item-selected-bg",
|
|
24073
|
-
"value": "if($kendo-enable-color-system,
|
|
24073
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
24074
24074
|
"scope": "default",
|
|
24075
24075
|
"line": {
|
|
24076
24076
|
"start": 44,
|
|
@@ -24195,7 +24195,7 @@
|
|
|
24195
24195
|
"context": {
|
|
24196
24196
|
"type": "variable",
|
|
24197
24197
|
"name": "kendo-listview-item-focus-shadow",
|
|
24198
|
-
"value": "inset 0 0 0 3px if($kendo-enable-color-system,
|
|
24198
|
+
"value": "inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-listview-text, .15 ))",
|
|
24199
24199
|
"scope": "default",
|
|
24200
24200
|
"line": {
|
|
24201
24201
|
"start": 60,
|
|
@@ -28295,7 +28295,7 @@
|
|
|
28295
28295
|
"context": {
|
|
28296
28296
|
"type": "variable",
|
|
28297
28297
|
"name": "kendo-pager-item-focus-shadow",
|
|
28298
|
-
"value": "0 0 0 3px if($kendo-enable-color-system,
|
|
28298
|
+
"value": "0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-color-primary, .25))",
|
|
28299
28299
|
"scope": "default",
|
|
28300
28300
|
"line": {
|
|
28301
28301
|
"start": 126,
|
|
@@ -29845,7 +29845,7 @@
|
|
|
29845
29845
|
"context": {
|
|
29846
29846
|
"type": "variable",
|
|
29847
29847
|
"name": "kendo-picker-outline-border",
|
|
29848
|
-
"value": "if($kendo-enable-color-system,
|
|
29848
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-picker-outline-text, .5 ))",
|
|
29849
29849
|
"scope": "default",
|
|
29850
29850
|
"line": {
|
|
29851
29851
|
"start": 361,
|
|
@@ -30195,7 +30195,7 @@
|
|
|
30195
30195
|
"context": {
|
|
30196
30196
|
"type": "variable",
|
|
30197
30197
|
"name": "kendo-picker-flat-hover-bg",
|
|
30198
|
-
"value": "if($kendo-enable-color-system,
|
|
30198
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-text, .08 ))",
|
|
30199
30199
|
"scope": "default",
|
|
30200
30200
|
"line": {
|
|
30201
30201
|
"start": 408,
|
|
@@ -34745,7 +34745,7 @@
|
|
|
34745
34745
|
"context": {
|
|
34746
34746
|
"type": "variable",
|
|
34747
34747
|
"name": "kendo-skeleton-item-bg",
|
|
34748
|
-
"value": "if($kendo-enable-color-system,
|
|
34748
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 20%, transparent), rgba( $kendo-color-inverse, .2 ))",
|
|
34749
34749
|
"scope": "default",
|
|
34750
34750
|
"line": {
|
|
34751
34751
|
"start": 20,
|
|
@@ -35470,7 +35470,7 @@
|
|
|
35470
35470
|
"context": {
|
|
35471
35471
|
"type": "variable",
|
|
35472
35472
|
"name": "kendo-slider-draghandle-focus-shadow",
|
|
35473
|
-
"value": "0 0 0 3px if($kendo-enable-color-system,
|
|
35473
|
+
"value": "0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 50%, transparent), rgba( $kendo-color-primary, .5 ))",
|
|
35474
35474
|
"scope": "default",
|
|
35475
35475
|
"line": {
|
|
35476
35476
|
"start": 96,
|
|
@@ -37048,7 +37048,7 @@
|
|
|
37048
37048
|
"context": {
|
|
37049
37049
|
"type": "variable",
|
|
37050
37050
|
"name": "kendo-spreadsheet-selection-bg",
|
|
37051
|
-
"value": "if($kendo-enable-color-system,
|
|
37051
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37052
37052
|
"scope": "default",
|
|
37053
37053
|
"line": {
|
|
37054
37054
|
"start": 97,
|
|
@@ -37223,7 +37223,7 @@
|
|
|
37223
37223
|
"context": {
|
|
37224
37224
|
"type": "variable",
|
|
37225
37225
|
"name": "kendo-spreadsheet-partial-selection-bg",
|
|
37226
|
-
"value": "if($kendo-enable-color-system,
|
|
37226
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37227
37227
|
"scope": "default",
|
|
37228
37228
|
"line": {
|
|
37229
37229
|
"start": 120,
|
|
@@ -37298,7 +37298,7 @@
|
|
|
37298
37298
|
"context": {
|
|
37299
37299
|
"type": "variable",
|
|
37300
37300
|
"name": "kendo-spreadsheet-auto-fill-bg",
|
|
37301
|
-
"value": "if($kendo-enable-color-system,
|
|
37301
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
37302
37302
|
"scope": "default",
|
|
37303
37303
|
"line": {
|
|
37304
37304
|
"start": 131,
|
|
@@ -38298,7 +38298,7 @@
|
|
|
38298
38298
|
"context": {
|
|
38299
38299
|
"type": "variable",
|
|
38300
38300
|
"name": "kendo-spreadsheet-drawing-anchor-bg",
|
|
38301
|
-
"value": "if($kendo-enable-color-system,
|
|
38301
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
38302
38302
|
"scope": "default",
|
|
38303
38303
|
"line": {
|
|
38304
38304
|
"start": 261,
|
|
@@ -39123,7 +39123,7 @@
|
|
|
39123
39123
|
"context": {
|
|
39124
39124
|
"type": "variable",
|
|
39125
39125
|
"name": "kendo-stepper-indicator-disabled-text",
|
|
39126
|
-
"value": "if($kendo-enable-color-system,
|
|
39126
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text)",
|
|
39127
39127
|
"scope": "default",
|
|
39128
39128
|
"line": {
|
|
39129
39129
|
"start": 106,
|
|
@@ -39323,7 +39323,7 @@
|
|
|
39323
39323
|
"context": {
|
|
39324
39324
|
"type": "variable",
|
|
39325
39325
|
"name": "kendo-stepper-indicator-done-disabled-bg",
|
|
39326
|
-
"value": "if($kendo-enable-color-system,
|
|
39326
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
|
|
39327
39327
|
"scope": "default",
|
|
39328
39328
|
"line": {
|
|
39329
39329
|
"start": 133,
|
|
@@ -39723,7 +39723,7 @@
|
|
|
39723
39723
|
"context": {
|
|
39724
39724
|
"type": "variable",
|
|
39725
39725
|
"name": "kendo-stepper-label-disabled-text",
|
|
39726
|
-
"value": "if($kendo-enable-color-system,
|
|
39726
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text)",
|
|
39727
39727
|
"scope": "default",
|
|
39728
39728
|
"line": {
|
|
39729
39729
|
"start": 185,
|
|
@@ -40498,7 +40498,7 @@
|
|
|
40498
40498
|
"context": {
|
|
40499
40499
|
"type": "variable",
|
|
40500
40500
|
"name": "kendo-switch-off-track-focus-ring",
|
|
40501
|
-
"value": ".25rem solid if($kendo-enable-color-system,
|
|
40501
|
+
"value": ".25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
40502
40502
|
"scope": "default",
|
|
40503
40503
|
"line": {
|
|
40504
40504
|
"start": 71,
|
|
@@ -41123,7 +41123,7 @@
|
|
|
41123
41123
|
"context": {
|
|
41124
41124
|
"type": "variable",
|
|
41125
41125
|
"name": "kendo-switch-on-track-focus-ring",
|
|
41126
|
-
"value": ".25rem solid if($kendo-enable-color-system,
|
|
41126
|
+
"value": ".25rem solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 ))",
|
|
41127
41127
|
"scope": "default",
|
|
41128
41128
|
"line": {
|
|
41129
41129
|
"start": 153,
|
|
@@ -41973,7 +41973,7 @@
|
|
|
41973
41973
|
"context": {
|
|
41974
41974
|
"type": "variable",
|
|
41975
41975
|
"name": "kendo-table-alt-row-bg",
|
|
41976
|
-
"value": "if($kendo-enable-color-system,
|
|
41976
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .04 ))",
|
|
41977
41977
|
"scope": "default",
|
|
41978
41978
|
"line": {
|
|
41979
41979
|
"start": 114,
|
|
@@ -42048,7 +42048,7 @@
|
|
|
42048
42048
|
"context": {
|
|
42049
42049
|
"type": "variable",
|
|
42050
42050
|
"name": "kendo-table-hover-bg",
|
|
42051
|
-
"value": "if($kendo-enable-color-system,
|
|
42051
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 9%, transparent), rgba( k-contrast-color( $kendo-table-bg ), .08 ))",
|
|
42052
42052
|
"scope": "default",
|
|
42053
42053
|
"line": {
|
|
42054
42054
|
"start": 125,
|
|
@@ -42223,7 +42223,7 @@
|
|
|
42223
42223
|
"context": {
|
|
42224
42224
|
"type": "variable",
|
|
42225
42225
|
"name": "kendo-table-selected-bg",
|
|
42226
|
-
"value": "if($kendo-enable-color-system,
|
|
42226
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 ))",
|
|
42227
42227
|
"scope": "default",
|
|
42228
42228
|
"line": {
|
|
42229
42229
|
"start": 150,
|
|
@@ -44798,7 +44798,7 @@
|
|
|
44798
44798
|
"context": {
|
|
44799
44799
|
"type": "variable",
|
|
44800
44800
|
"name": "kendo-taskboard-drag-placeholder-bg",
|
|
44801
|
-
"value": "
|
|
44801
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 10%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .1 ))",
|
|
44802
44802
|
"scope": "default",
|
|
44803
44803
|
"line": {
|
|
44804
44804
|
"start": 242,
|
|
@@ -45348,7 +45348,7 @@
|
|
|
45348
45348
|
"context": {
|
|
45349
45349
|
"type": "variable",
|
|
45350
45350
|
"name": "kendo-timeline-track-arrow-disabled-bg",
|
|
45351
|
-
"value": "if($kendo-enable-color-system,
|
|
45351
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 65%, transparent), k-true-mix( $kendo-button-bg, $kendo-body-bg, 65% ))",
|
|
45352
45352
|
"scope": "default",
|
|
45353
45353
|
"line": {
|
|
45354
45354
|
"start": 39,
|
|
@@ -45373,7 +45373,7 @@
|
|
|
45373
45373
|
"context": {
|
|
45374
45374
|
"type": "variable",
|
|
45375
45375
|
"name": "kendo-timeline-track-arrow-disabled-text",
|
|
45376
|
-
"value": "if($kendo-enable-color-system,
|
|
45376
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-true-mix( $kendo-button-text, $kendo-body-bg, 65% ))",
|
|
45377
45377
|
"scope": "default",
|
|
45378
45378
|
"line": {
|
|
45379
45379
|
"start": 42,
|
|
@@ -45398,7 +45398,7 @@
|
|
|
45398
45398
|
"context": {
|
|
45399
45399
|
"type": "variable",
|
|
45400
45400
|
"name": "kendo-timeline-track-arrow-disabled-border",
|
|
45401
|
-
"value": "if($kendo-enable-color-system,
|
|
45401
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 15%, transparent), k-true-mix( $kendo-button-border, $kendo-body-bg, 65% ))",
|
|
45402
45402
|
"scope": "default",
|
|
45403
45403
|
"line": {
|
|
45404
45404
|
"start": 45,
|
|
@@ -46948,7 +46948,7 @@
|
|
|
46948
46948
|
"context": {
|
|
46949
46949
|
"type": "variable",
|
|
46950
46950
|
"name": "kendo-toolbar-item-shadow",
|
|
46951
|
-
"value": "0 0 0 .25rem if($kendo-enable-color-system,
|
|
46951
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
46952
46952
|
"scope": "default",
|
|
46953
46953
|
"line": {
|
|
46954
46954
|
"start": 85,
|
|
@@ -48373,7 +48373,7 @@
|
|
|
48373
48373
|
"context": {
|
|
48374
48374
|
"type": "variable",
|
|
48375
48375
|
"name": "kendo-treeview-item-focus-shadow",
|
|
48376
|
-
"value": "inset 0 0 0 2px if($kendo-enable-color-system,
|
|
48376
|
+
"value": "inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( $kendo-treeview-text, .15 ))",
|
|
48377
48377
|
"scope": "default",
|
|
48378
48378
|
"line": {
|
|
48379
48379
|
"start": 154,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "7.2.1
|
|
4
|
+
"version": "7.2.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.2.1
|
|
57
|
-
"@progress/kendo-theme-default": "7.2.1
|
|
58
|
-
"@progress/kendo-theme-utils": "7.2.1
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.1",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.1",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d84d6dd15dc96b01d20ce0a202650d237e5c200c"
|
|
66
66
|
}
|
|
@@ -156,7 +156,7 @@ $kendo-breadcrumb-link-focus-text: null !default;
|
|
|
156
156
|
$kendo-breadcrumb-link-focus-border: null !default;
|
|
157
157
|
/// The box shadow of the focused Breadcrumb link.
|
|
158
158
|
/// @group breadcrumb
|
|
159
|
-
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system,
|
|
159
|
+
$kendo-breadcrumb-link-focus-shadow: inset 0 0 0 3px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 25%, transparent), rgba( $kendo-breadcrumb-text, .25 )) !default;
|
|
160
160
|
|
|
161
161
|
/// The background color of the Breadcrumb root link.
|
|
162
162
|
/// @group breadcrumb
|
|
@@ -186,7 +186,7 @@ $kendo-button-focus-border: if($kendo-enable-color-system, k-color( base-active
|
|
|
186
186
|
$kendo-button-focus-gradient: null !default;
|
|
187
187
|
/// The base shadow of the focused Button.
|
|
188
188
|
/// @group button
|
|
189
|
-
$kendo-button-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system,
|
|
189
|
+
$kendo-button-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 50%, transparent), rgba( $kendo-button-border, .5 )) !default;
|
|
190
190
|
|
|
191
191
|
/// The base background of the disabled Button.
|
|
192
192
|
/// @group button
|
|
@@ -85,7 +85,7 @@ $kendo-calendar-cell-selected-hover-border: $kendo-selected-hover-border !defaul
|
|
|
85
85
|
$kendo-calendar-cell-selected-hover-gradient: null !default;
|
|
86
86
|
|
|
87
87
|
$kendo-calendar-cell-focus-shadow: inset $kendo-button-focus-shadow !default;
|
|
88
|
-
$kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system,
|
|
88
|
+
$kendo-calendar-cell-selected-focus-shadow: inset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary-active ) 50%, transparent), rgba( k-color-darken( $kendo-color-primary, 12.5% ), .5 )) !default;
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
// Calendar navigation
|
|
@@ -101,7 +101,7 @@ $kendo-checkbox-indeterminate-border: $kendo-checkbox-checked-border !default;
|
|
|
101
101
|
$kendo-checkbox-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% )) !default;
|
|
102
102
|
/// The box shadow of the focused CheckBox.
|
|
103
103
|
/// @group checkbox
|
|
104
|
-
$kendo-checkbox-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system,
|
|
104
|
+
$kendo-checkbox-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
|
|
105
105
|
/// The border color of the focused and checked CheckBox.
|
|
106
106
|
/// @group checkbox
|
|
107
107
|
$kendo-checkbox-focus-checked-border: $kendo-checkbox-checked-border !default;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
$kendo-invalid-bg: null;
|
|
50
50
|
$kendo-invalid-text: $kendo-color-error;
|
|
51
51
|
$kendo-invalid-border: $kendo-color-error;
|
|
52
|
-
$kendo-invalid-shadow: 0 0 0 .25rem
|
|
52
|
+
$kendo-invalid-shadow: 0 0 0 .25rem color-mix(in srgb, k-color( error ) 25%, transparent);
|
|
53
53
|
|
|
54
54
|
$kendo-theme-colors: (
|
|
55
55
|
"primary": $kendo-color-primary,
|
|
@@ -100,13 +100,13 @@ $kendo-chart-pane-title-font-weight: $kendo-font-weight-normal !default;
|
|
|
100
100
|
|
|
101
101
|
/// The color of the Chart grid lines (major).
|
|
102
102
|
/// @group charts
|
|
103
|
-
$kendo-chart-major-lines:
|
|
103
|
+
$kendo-chart-major-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
104
104
|
|
|
105
105
|
/// The color of the Chart grid lines (minor).
|
|
106
106
|
/// @group charts
|
|
107
|
-
$kendo-chart-minor-lines:
|
|
107
|
+
$kendo-chart-minor-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )) !default;
|
|
108
108
|
|
|
109
|
-
$kendo-chart-inactive:
|
|
109
|
+
$kendo-chart-inactive: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-body-text, .5 )) !default;
|
|
110
110
|
$kendo-chart-area-opacity: .6 !default;
|
|
111
111
|
$kendo-chart-area-inactive-opacity: .1 !default;
|
|
112
112
|
$kendo-chart-line-inactive-opacity: .3 !default;
|
|
@@ -117,20 +117,20 @@ $kendo-chart-bg: $kendo-component-bg !default;
|
|
|
117
117
|
$kendo-chart-text: $kendo-component-text !default;
|
|
118
118
|
$kendo-chart-border: $kendo-component-border !default;
|
|
119
119
|
|
|
120
|
-
$kendo-chart-crosshair-background:
|
|
120
|
+
$kendo-chart-crosshair-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
121
121
|
$kendo-chart-crosshair-shared-tooltip-color: $kendo-chart-text !default;
|
|
122
122
|
$kendo-chart-crosshair-shared-tooltip-background: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-chart-bg, 1 )) !default;
|
|
123
|
-
$kendo-chart-crosshair-shared-tooltip-border:
|
|
123
|
+
$kendo-chart-crosshair-shared-tooltip-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
124
124
|
|
|
125
|
-
$kendo-chart-notes-background:
|
|
126
|
-
$kendo-chart-notes-border:
|
|
127
|
-
$kendo-chart-notes-lines:
|
|
125
|
+
$kendo-chart-notes-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
126
|
+
$kendo-chart-notes-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
127
|
+
$kendo-chart-notes-lines: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
128
128
|
|
|
129
|
-
$kendo-chart-error-bars-background:
|
|
129
|
+
$kendo-chart-error-bars-background: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .5 )) !default;
|
|
130
130
|
|
|
131
131
|
$kendo-chart-selection-handle-size: 22px !default;
|
|
132
|
-
$kendo-chart-selection-border-color:
|
|
133
|
-
$kendo-chart-selection-shadow: inset 0 1px 7px
|
|
132
|
+
$kendo-chart-selection-border-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )) !default;
|
|
133
|
+
$kendo-chart-selection-shadow: inset 0 1px 7px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 15%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .15 )) !default;
|
|
134
134
|
|
|
135
135
|
|
|
136
136
|
// TreeMap
|
|
@@ -107,7 +107,7 @@ $kendo-dock-manager-dock-preview-border-style: dashed !default;
|
|
|
107
107
|
$kendo-dock-manager-dock-preview-border-radius: $kendo-border-radius-sm !default;
|
|
108
108
|
/// The background color of the dropping area in the DockManager component.
|
|
109
109
|
/// @group dock-manager
|
|
110
|
-
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system,
|
|
110
|
+
$kendo-dock-manager-dock-preview-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 )) !default;
|
|
111
111
|
/// The border color of the dropping area in the DockManager component.
|
|
112
112
|
/// @group dock-manager
|
|
113
113
|
$kendo-dock-manager-dock-preview-border: $kendo-color-primary !default;
|
package/scss/fab/_theme.scss
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
30
30
|
.k-fab-solid-#{$name}:focus,
|
|
31
31
|
.k-fab-solid-#{$name}.k-focus {
|
|
32
|
-
outline: $kendo-fab-outline-width $kendo-fab-outline-style if($kendo-enable-color-system,
|
|
32
|
+
outline: $kendo-fab-outline-width $kendo-fab-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 50%, transparent), rgba( $color, .5 ));
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
.k-fab-solid-#{$name}:disabled,
|
|
51
51
|
.k-fab-solid-#{$name}.k-disabled {
|
|
52
52
|
@include box-shadow( $kendo-fab-disabled-shadow );
|
|
53
|
-
background-color: if($kendo-enable-color-system,
|
|
54
|
-
color: if($kendo-enable-color-system,
|
|
53
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( $name ) 65%, transparent), k-try-tint( $color, 4.5 ));
|
|
54
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-#{$name} ) 65%, transparent), k-try-tint( k-contrast-color( $color ), 5 ));
|
|
55
55
|
opacity: 1;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
.k-fab-item.k-focus .k-fab-item-text,
|
|
93
93
|
.k-fab-item:focus .k-fab-item-icon,
|
|
94
94
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
95
|
-
outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style if($kendo-enable-color-system,
|
|
95
|
+
outline: $kendo-fab-item-outline-width $kendo-fab-item-outline-style if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 50%, transparent), rgba( $kendo-fab-item-icon-border, .5 ));
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
// Active state
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
.k-fab-item-text,
|
|
115
115
|
.k-fab-item-icon {
|
|
116
116
|
@include box-shadow( $kendo-fab-item-disabled-shadow );
|
|
117
|
-
background-color: if($kendo-enable-color-system,
|
|
118
|
-
color: if($kendo-enable-color-system,
|
|
117
|
+
background-color: if($kendo-enable-color-system, color-mix(in srgb, k-color( base ) 65%, transparent), k-try-tint( $kendo-fab-item-bg, 8 ));
|
|
118
|
+
color: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 65%, transparent), k-try-tint( $kendo-fab-item-text, 8 ));
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
|
|
@@ -27,4 +27,4 @@ $kendo-filter-preview-operator-text: $kendo-subtle-text !default;
|
|
|
27
27
|
|
|
28
28
|
/// The box shadow of the focused Filter toolbar.
|
|
29
29
|
/// @group filter
|
|
30
|
-
$kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system,
|
|
30
|
+
$kendo-filter-toolbar-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
|