@progress/kendo-theme-bootstrap 10.0.0 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +54 -54
- package/dist/meta/sassdoc-raw-data.json +1 -1
- package/dist/meta/variables.json +34 -34
- 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/core/color-system/_swatch-legacy.scss +1 -1
package/dist/meta/variables.json
CHANGED
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
},
|
|
1055
1055
|
"kendo-base-bg": {
|
|
1056
1056
|
"type": "String",
|
|
1057
|
-
"value": "var(--kendo-color-
|
|
1057
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
1058
1058
|
},
|
|
1059
1059
|
"kendo-base-text": {
|
|
1060
1060
|
"type": "String",
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
},
|
|
1119
1119
|
"kendo-component-header-bg": {
|
|
1120
1120
|
"type": "String",
|
|
1121
|
-
"value": "var(--kendo-color-
|
|
1121
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
1122
1122
|
},
|
|
1123
1123
|
"kendo-component-header-text": {
|
|
1124
1124
|
"type": "String",
|
|
@@ -1491,7 +1491,7 @@
|
|
|
1491
1491
|
},
|
|
1492
1492
|
"kendo-code-bg": {
|
|
1493
1493
|
"type": "String",
|
|
1494
|
-
"value": "var(--kendo-color-
|
|
1494
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
1495
1495
|
},
|
|
1496
1496
|
"kendo-code-text": {
|
|
1497
1497
|
"type": "String",
|
|
@@ -2367,7 +2367,7 @@
|
|
|
2367
2367
|
},
|
|
2368
2368
|
"kendo-table-header-bg": {
|
|
2369
2369
|
"type": "String",
|
|
2370
|
-
"value": "var(--kendo-color-
|
|
2370
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
2371
2371
|
},
|
|
2372
2372
|
"kendo-table-header-text": {
|
|
2373
2373
|
"type": "String",
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
},
|
|
2384
2384
|
"kendo-table-footer-bg": {
|
|
2385
2385
|
"type": "String",
|
|
2386
|
-
"value": "var(--kendo-color-
|
|
2386
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
2387
2387
|
},
|
|
2388
2388
|
"kendo-table-footer-text": {
|
|
2389
2389
|
"type": "String",
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
},
|
|
2396
2396
|
"kendo-table-group-row-bg": {
|
|
2397
2397
|
"type": "String",
|
|
2398
|
-
"value": "var(--kendo-color-
|
|
2398
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
2399
2399
|
},
|
|
2400
2400
|
"kendo-table-group-row-text": {
|
|
2401
2401
|
"type": "String",
|
|
@@ -5352,7 +5352,7 @@
|
|
|
5352
5352
|
},
|
|
5353
5353
|
"kendo-toolbar-bg": {
|
|
5354
5354
|
"type": "String",
|
|
5355
|
-
"value": "var(--kendo-color-
|
|
5355
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
5356
5356
|
},
|
|
5357
5357
|
"kendo-toolbar-text": {
|
|
5358
5358
|
"type": "String",
|
|
@@ -5720,7 +5720,7 @@
|
|
|
5720
5720
|
},
|
|
5721
5721
|
"kendo-calendar-header-bg": {
|
|
5722
5722
|
"type": "String",
|
|
5723
|
-
"value": "var(--kendo-color-
|
|
5723
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
5724
5724
|
},
|
|
5725
5725
|
"kendo-calendar-header-text": {
|
|
5726
5726
|
"type": "String",
|
|
@@ -5956,7 +5956,7 @@
|
|
|
5956
5956
|
},
|
|
5957
5957
|
"kendo-calendar-navigation-bg": {
|
|
5958
5958
|
"type": "String",
|
|
5959
|
-
"value": "var(--kendo-color-
|
|
5959
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
5960
5960
|
},
|
|
5961
5961
|
"kendo-calendar-navigation-text": {
|
|
5962
5962
|
"type": "String",
|
|
@@ -7286,7 +7286,7 @@
|
|
|
7286
7286
|
},
|
|
7287
7287
|
"kendo-upload-dropzone-bg": {
|
|
7288
7288
|
"type": "String",
|
|
7289
|
-
"value": "var(--kendo-color-
|
|
7289
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
7290
7290
|
},
|
|
7291
7291
|
"kendo-upload-dropzone-border": {
|
|
7292
7292
|
"type": "String",
|
|
@@ -7728,7 +7728,7 @@
|
|
|
7728
7728
|
},
|
|
7729
7729
|
"kendo-card-header-bg": {
|
|
7730
7730
|
"type": "String",
|
|
7731
|
-
"value": "var(--kendo-color-
|
|
7731
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
7732
7732
|
},
|
|
7733
7733
|
"kendo-card-header-text": {
|
|
7734
7734
|
"type": "String",
|
|
@@ -7760,7 +7760,7 @@
|
|
|
7760
7760
|
},
|
|
7761
7761
|
"kendo-card-footer-bg": {
|
|
7762
7762
|
"type": "String",
|
|
7763
|
-
"value": "var(--kendo-color-
|
|
7763
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
7764
7764
|
},
|
|
7765
7765
|
"kendo-card-footer-text": {
|
|
7766
7766
|
"type": "String",
|
|
@@ -9069,7 +9069,7 @@
|
|
|
9069
9069
|
},
|
|
9070
9070
|
"kendo-pager-bg": {
|
|
9071
9071
|
"type": "String",
|
|
9072
|
-
"value": "var(--kendo-color-
|
|
9072
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
9073
9073
|
},
|
|
9074
9074
|
"kendo-pager-text": {
|
|
9075
9075
|
"type": "String",
|
|
@@ -10220,7 +10220,7 @@
|
|
|
10220
10220
|
},
|
|
10221
10221
|
"kendo-splitbar-bg": {
|
|
10222
10222
|
"type": "String",
|
|
10223
|
-
"value": "var(--kendo-color-
|
|
10223
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10224
10224
|
},
|
|
10225
10225
|
"kendo-splitbar-text": {
|
|
10226
10226
|
"type": "String",
|
|
@@ -10776,7 +10776,7 @@
|
|
|
10776
10776
|
},
|
|
10777
10777
|
"kendo-grid-header-bg": {
|
|
10778
10778
|
"type": "String",
|
|
10779
|
-
"value": "var(--kendo-color-
|
|
10779
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10780
10780
|
},
|
|
10781
10781
|
"kendo-grid-header-text": {
|
|
10782
10782
|
"type": "String",
|
|
@@ -10792,7 +10792,7 @@
|
|
|
10792
10792
|
},
|
|
10793
10793
|
"kendo-grid-footer-bg": {
|
|
10794
10794
|
"type": "String",
|
|
10795
|
-
"value": "var(--kendo-color-
|
|
10795
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10796
10796
|
},
|
|
10797
10797
|
"kendo-grid-footer-text": {
|
|
10798
10798
|
"type": "String",
|
|
@@ -10840,7 +10840,7 @@
|
|
|
10840
10840
|
},
|
|
10841
10841
|
"kendo-grid-selection-aggregates-bg": {
|
|
10842
10842
|
"type": "String",
|
|
10843
|
-
"value": "var(--kendo-color-
|
|
10843
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10844
10844
|
},
|
|
10845
10845
|
"kendo-grid-selection-aggregates-text": {
|
|
10846
10846
|
"type": "String",
|
|
@@ -10932,7 +10932,7 @@
|
|
|
10932
10932
|
},
|
|
10933
10933
|
"kendo-grid-sticky-header-bg": {
|
|
10934
10934
|
"type": "String",
|
|
10935
|
-
"value": "var(--kendo-color-
|
|
10935
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10936
10936
|
},
|
|
10937
10937
|
"kendo-grid-sticky-header-text": {
|
|
10938
10938
|
"type": "String",
|
|
@@ -10944,11 +10944,11 @@
|
|
|
10944
10944
|
},
|
|
10945
10945
|
"kendo-grid-sticky-footer-bg": {
|
|
10946
10946
|
"type": "String",
|
|
10947
|
-
"value": "var(--kendo-color-
|
|
10947
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10948
10948
|
},
|
|
10949
10949
|
"kendo-grid-sticky-footer-hover-bg": {
|
|
10950
10950
|
"type": "String",
|
|
10951
|
-
"value": "var(--kendo-color-
|
|
10951
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
10952
10952
|
},
|
|
10953
10953
|
"kendo-grid-sticky-selected-bg": {
|
|
10954
10954
|
"type": "String",
|
|
@@ -11064,7 +11064,7 @@
|
|
|
11064
11064
|
},
|
|
11065
11065
|
"kendo-grid-column-menu-tabbed-bg": {
|
|
11066
11066
|
"type": "String",
|
|
11067
|
-
"value": "var(--kendo-color-
|
|
11067
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11068
11068
|
},
|
|
11069
11069
|
"kendo-grid-drag-cell-width": {
|
|
11070
11070
|
"type": "Number",
|
|
@@ -11204,7 +11204,7 @@
|
|
|
11204
11204
|
},
|
|
11205
11205
|
"kendo-spreadsheet-header-bg": {
|
|
11206
11206
|
"type": "String",
|
|
11207
|
-
"value": "var(--kendo-color-
|
|
11207
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11208
11208
|
},
|
|
11209
11209
|
"kendo-spreadsheet-header-text": {
|
|
11210
11210
|
"type": "String",
|
|
@@ -11220,7 +11220,7 @@
|
|
|
11220
11220
|
},
|
|
11221
11221
|
"kendo-spreadsheet-table-header-bg": {
|
|
11222
11222
|
"type": "String",
|
|
11223
|
-
"value": "var(--kendo-color-
|
|
11223
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11224
11224
|
},
|
|
11225
11225
|
"kendo-spreadsheet-table-header-text": {
|
|
11226
11226
|
"type": "String",
|
|
@@ -11576,7 +11576,7 @@
|
|
|
11576
11576
|
},
|
|
11577
11577
|
"kendo-pivotgrid-headers-bg": {
|
|
11578
11578
|
"type": "String",
|
|
11579
|
-
"value": "var(--kendo-color-
|
|
11579
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11580
11580
|
},
|
|
11581
11581
|
"kendo-pivotgrid-headers-text": {
|
|
11582
11582
|
"type": "String",
|
|
@@ -11792,7 +11792,7 @@
|
|
|
11792
11792
|
},
|
|
11793
11793
|
"kendo-pivotgrid-alt-bg": {
|
|
11794
11794
|
"type": "String",
|
|
11795
|
-
"value": "var(--kendo-color-
|
|
11795
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11796
11796
|
},
|
|
11797
11797
|
"kendo-pivotgrid-alt-text": {
|
|
11798
11798
|
"type": "String",
|
|
@@ -11804,7 +11804,7 @@
|
|
|
11804
11804
|
},
|
|
11805
11805
|
"kendo-pivotgrid-container-bg": {
|
|
11806
11806
|
"type": "String",
|
|
11807
|
-
"value": "var(--kendo-color-
|
|
11807
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11808
11808
|
},
|
|
11809
11809
|
"kendo-pivotgrid-row-headers-bg": {
|
|
11810
11810
|
"type": "String",
|
|
@@ -11844,7 +11844,7 @@
|
|
|
11844
11844
|
},
|
|
11845
11845
|
"kendo-treelist-footer-row-bg": {
|
|
11846
11846
|
"type": "String",
|
|
11847
|
-
"value": "var(--kendo-color-
|
|
11847
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11848
11848
|
},
|
|
11849
11849
|
"kendo-treelist-footer-row-border-width": {
|
|
11850
11850
|
"type": "Number",
|
|
@@ -11976,7 +11976,7 @@
|
|
|
11976
11976
|
},
|
|
11977
11977
|
"kendo-file-manager-breadcrumb-bg": {
|
|
11978
11978
|
"type": "String",
|
|
11979
|
-
"value": "var(--kendo-color-
|
|
11979
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
11980
11980
|
},
|
|
11981
11981
|
"kendo-file-manager-breadcrumb-text": {
|
|
11982
11982
|
"type": "Null",
|
|
@@ -12948,7 +12948,7 @@
|
|
|
12948
12948
|
},
|
|
12949
12949
|
"kendo-scheduler-toolbar-bg": {
|
|
12950
12950
|
"type": "String",
|
|
12951
|
-
"value": "var(--kendo-color-
|
|
12951
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
12952
12952
|
},
|
|
12953
12953
|
"kendo-scheduler-toolbar-text": {
|
|
12954
12954
|
"type": "String",
|
|
@@ -12964,7 +12964,7 @@
|
|
|
12964
12964
|
},
|
|
12965
12965
|
"kendo-scheduler-footer-bg": {
|
|
12966
12966
|
"type": "String",
|
|
12967
|
-
"value": "var(--kendo-color-
|
|
12967
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
12968
12968
|
},
|
|
12969
12969
|
"kendo-scheduler-footer-text": {
|
|
12970
12970
|
"type": "String",
|
|
@@ -13368,7 +13368,7 @@
|
|
|
13368
13368
|
},
|
|
13369
13369
|
"kendo-chat-toolbar-bg": {
|
|
13370
13370
|
"type": "String",
|
|
13371
|
-
"value": "var(--kendo-color-
|
|
13371
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
13372
13372
|
},
|
|
13373
13373
|
"kendo-chat-toolbar-text": {
|
|
13374
13374
|
"type": "String",
|
|
@@ -14056,7 +14056,7 @@
|
|
|
14056
14056
|
},
|
|
14057
14057
|
"kendo-prompt-content-bg": {
|
|
14058
14058
|
"type": "String",
|
|
14059
|
-
"value": "var(--kendo-color-
|
|
14059
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
14060
14060
|
},
|
|
14061
14061
|
"kendo-prompt-content-border": {
|
|
14062
14062
|
"type": "String",
|
|
@@ -14500,7 +14500,7 @@
|
|
|
14500
14500
|
},
|
|
14501
14501
|
"kendo-chart-overlay-bg": {
|
|
14502
14502
|
"type": "String",
|
|
14503
|
-
"value": "var(--kendo-color-
|
|
14503
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
14504
14504
|
},
|
|
14505
14505
|
"kendo-chart-no-data-font-size": {
|
|
14506
14506
|
"type": "String",
|
|
@@ -14708,7 +14708,7 @@
|
|
|
14708
14708
|
},
|
|
14709
14709
|
"kendo-orgchart-node-group-bg": {
|
|
14710
14710
|
"type": "String",
|
|
14711
|
-
"value": "var(--kendo-color-
|
|
14711
|
+
"value": "var(--kendo-color-surface, #f8f9fa)"
|
|
14712
14712
|
},
|
|
14713
14713
|
"kendo-orgchart-node-group-text": {
|
|
14714
14714
|
"type": "String",
|
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": "10.0.
|
|
4
|
+
"version": "10.0.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
55
|
-
"@progress/kendo-theme-core": "10.0.
|
|
56
|
-
"@progress/kendo-theme-default": "10.0.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.0.
|
|
55
|
+
"@progress/kendo-theme-core": "10.0.1",
|
|
56
|
+
"@progress/kendo-theme-default": "10.0.1",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.0.1"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f17c246e98ef74c0dd306d37b9fec17026d548b9"
|
|
64
64
|
}
|
|
@@ -116,7 +116,7 @@ $kendo-component-text: $kendo-body-text !default;
|
|
|
116
116
|
/// @group component
|
|
117
117
|
$kendo-component-border: $kendo-app-border !default;
|
|
118
118
|
/// The background of the components' chrome area.
|
|
119
|
-
$kendo-base-bg: if($kendo-enable-color-system, k-color(
|
|
119
|
+
$kendo-base-bg: if($kendo-enable-color-system, k-color(surface), $kendo-color-light) !default;
|
|
120
120
|
/// The text color of the components' chrome area.
|
|
121
121
|
$kendo-base-text: $kendo-body-text !default;
|
|
122
122
|
/// The border color of the components' chrome area.
|