@progress/kendo-theme-bootstrap 6.5.0 → 6.5.1-dev.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 +3 -3
- package/dist/all.scss +25 -24
- package/dist/meta/sassdoc-data.json +292 -292
- package/dist/meta/sassdoc-raw-data.json +144 -144
- package/dist/meta/variables.json +44 -44
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_bootstrap-overrides.scss +2 -2
- package/scss/_variables.scss +2 -1
- package/scss/core/_index.scss +0 -1
package/dist/meta/variables.json
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"type": "List",
|
|
28
28
|
"value": "(\"%\", \"%25\"), (\"<\", \"%3c\"), (\">\", \"%3e\"), (\"#\", \"%23\"), (\"(\", \"%28\"), (\")\", \"%29\")"
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"type": "
|
|
32
|
-
"value": "
|
|
30
|
+
"kendo-is-dark-theme": {
|
|
31
|
+
"type": "Bool",
|
|
32
|
+
"value": "false"
|
|
33
33
|
},
|
|
34
34
|
"gray-100": {
|
|
35
35
|
"type": "Color",
|
|
@@ -67,6 +67,42 @@
|
|
|
67
67
|
"type": "Color",
|
|
68
68
|
"value": "#212529"
|
|
69
69
|
},
|
|
70
|
+
"kendo-body-bg": {
|
|
71
|
+
"type": "Color",
|
|
72
|
+
"value": "#ffffff"
|
|
73
|
+
},
|
|
74
|
+
"kendo-component-bg": {
|
|
75
|
+
"type": "Color",
|
|
76
|
+
"value": "#ffffff"
|
|
77
|
+
},
|
|
78
|
+
"kendo-component-text": {
|
|
79
|
+
"type": "Color",
|
|
80
|
+
"value": "#212529"
|
|
81
|
+
},
|
|
82
|
+
"kendo-component-border": {
|
|
83
|
+
"type": "Color",
|
|
84
|
+
"value": "#dee2e6"
|
|
85
|
+
},
|
|
86
|
+
"input-bg": {
|
|
87
|
+
"type": "Color",
|
|
88
|
+
"value": "#ffffff"
|
|
89
|
+
},
|
|
90
|
+
"input-color": {
|
|
91
|
+
"type": "Color",
|
|
92
|
+
"value": "#212529"
|
|
93
|
+
},
|
|
94
|
+
"input-border-color": {
|
|
95
|
+
"type": "Color",
|
|
96
|
+
"value": "#ced4da"
|
|
97
|
+
},
|
|
98
|
+
"input-placeholder-color": {
|
|
99
|
+
"type": "Color",
|
|
100
|
+
"value": "#6c757d"
|
|
101
|
+
},
|
|
102
|
+
"white": {
|
|
103
|
+
"type": "Color",
|
|
104
|
+
"value": "#fff"
|
|
105
|
+
},
|
|
70
106
|
"black": {
|
|
71
107
|
"type": "Color",
|
|
72
108
|
"value": "#000"
|
|
@@ -1467,10 +1503,6 @@
|
|
|
1467
1503
|
"type": "Number",
|
|
1468
1504
|
"value": "1.25rem"
|
|
1469
1505
|
},
|
|
1470
|
-
"input-bg": {
|
|
1471
|
-
"type": "Color",
|
|
1472
|
-
"value": "#fff"
|
|
1473
|
-
},
|
|
1474
1506
|
"input-disabled-color": {
|
|
1475
1507
|
"type": "Null",
|
|
1476
1508
|
"value": "null"
|
|
@@ -1483,14 +1515,6 @@
|
|
|
1483
1515
|
"type": "Null",
|
|
1484
1516
|
"value": "null"
|
|
1485
1517
|
},
|
|
1486
|
-
"input-color": {
|
|
1487
|
-
"type": "Color",
|
|
1488
|
-
"value": "#212529"
|
|
1489
|
-
},
|
|
1490
|
-
"input-border-color": {
|
|
1491
|
-
"type": "Color",
|
|
1492
|
-
"value": "#ced4da"
|
|
1493
|
-
},
|
|
1494
1518
|
"input-border-width": {
|
|
1495
1519
|
"type": "Number",
|
|
1496
1520
|
"value": "1px"
|
|
@@ -1513,7 +1537,7 @@
|
|
|
1513
1537
|
},
|
|
1514
1538
|
"input-focus-bg": {
|
|
1515
1539
|
"type": "Color",
|
|
1516
|
-
"value": "#
|
|
1540
|
+
"value": "#ffffff"
|
|
1517
1541
|
},
|
|
1518
1542
|
"input-focus-border-color": {
|
|
1519
1543
|
"type": "Color",
|
|
@@ -1531,10 +1555,6 @@
|
|
|
1531
1555
|
"type": "List",
|
|
1532
1556
|
"value": "0 0 0 0.25rem rgba(13, 110, 253, 0.25)"
|
|
1533
1557
|
},
|
|
1534
|
-
"input-placeholder-color": {
|
|
1535
|
-
"type": "Color",
|
|
1536
|
-
"value": "#6c757d"
|
|
1537
|
-
},
|
|
1538
1558
|
"input-plaintext-color": {
|
|
1539
1559
|
"type": "Color",
|
|
1540
1560
|
"value": "#212529"
|
|
@@ -1609,7 +1629,7 @@
|
|
|
1609
1629
|
},
|
|
1610
1630
|
"form-check-input-bg": {
|
|
1611
1631
|
"type": "Color",
|
|
1612
|
-
"value": "#
|
|
1632
|
+
"value": "#ffffff"
|
|
1613
1633
|
},
|
|
1614
1634
|
"form-check-input-border": {
|
|
1615
1635
|
"type": "List",
|
|
@@ -1785,7 +1805,7 @@
|
|
|
1785
1805
|
},
|
|
1786
1806
|
"form-select-bg": {
|
|
1787
1807
|
"type": "Color",
|
|
1788
|
-
"value": "#
|
|
1808
|
+
"value": "#ffffff"
|
|
1789
1809
|
},
|
|
1790
1810
|
"form-select-disabled-color": {
|
|
1791
1811
|
"type": "Null",
|
|
@@ -3735,10 +3755,6 @@
|
|
|
3735
3755
|
"type": "Number",
|
|
3736
3756
|
"value": "100"
|
|
3737
3757
|
},
|
|
3738
|
-
"kendo-is-dark-theme": {
|
|
3739
|
-
"type": "Bool",
|
|
3740
|
-
"value": "false"
|
|
3741
|
-
},
|
|
3742
3758
|
"kendo-color-primary": {
|
|
3743
3759
|
"type": "Color",
|
|
3744
3760
|
"value": "#0d6efd"
|
|
@@ -3939,10 +3955,6 @@
|
|
|
3939
3955
|
"type": "Null",
|
|
3940
3956
|
"value": "null"
|
|
3941
3957
|
},
|
|
3942
|
-
"kendo-body-bg": {
|
|
3943
|
-
"type": "Color",
|
|
3944
|
-
"value": "#ffffff"
|
|
3945
|
-
},
|
|
3946
3958
|
"kendo-body-text": {
|
|
3947
3959
|
"type": "Color",
|
|
3948
3960
|
"value": "#212529"
|
|
@@ -3971,18 +3983,6 @@
|
|
|
3971
3983
|
"type": "Color",
|
|
3972
3984
|
"value": "#0a58ca"
|
|
3973
3985
|
},
|
|
3974
|
-
"kendo-component-bg": {
|
|
3975
|
-
"type": "Color",
|
|
3976
|
-
"value": "#ffffff"
|
|
3977
|
-
},
|
|
3978
|
-
"kendo-component-text": {
|
|
3979
|
-
"type": "Color",
|
|
3980
|
-
"value": "#212529"
|
|
3981
|
-
},
|
|
3982
|
-
"kendo-component-border": {
|
|
3983
|
-
"type": "Color",
|
|
3984
|
-
"value": "#dee2e6"
|
|
3985
|
-
},
|
|
3986
3986
|
"kendo-base-bg": {
|
|
3987
3987
|
"type": "Color",
|
|
3988
3988
|
"value": "#f8f9fa"
|
|
@@ -6877,7 +6877,7 @@
|
|
|
6877
6877
|
},
|
|
6878
6878
|
"kendo-input-bg": {
|
|
6879
6879
|
"type": "Color",
|
|
6880
|
-
"value": "#
|
|
6880
|
+
"value": "#ffffff"
|
|
6881
6881
|
},
|
|
6882
6882
|
"kendo-input-text": {
|
|
6883
6883
|
"type": "Color",
|
|
@@ -6909,7 +6909,7 @@
|
|
|
6909
6909
|
},
|
|
6910
6910
|
"kendo-input-focus-bg": {
|
|
6911
6911
|
"type": "Color",
|
|
6912
|
-
"value": "#
|
|
6912
|
+
"value": "#ffffff"
|
|
6913
6913
|
},
|
|
6914
6914
|
"kendo-input-focus-text": {
|
|
6915
6915
|
"type": "Color",
|
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": "6.5.0",
|
|
4
|
+
"version": "6.5.1-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.5.0",
|
|
55
|
-
"@progress/kendo-theme-default": "6.5.0",
|
|
56
|
-
"@progress/kendo-theme-utils": "6.5.0",
|
|
54
|
+
"@progress/kendo-theme-core": "6.5.1-dev.0",
|
|
55
|
+
"@progress/kendo-theme-default": "6.5.1-dev.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.5.1-dev.0",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "d93c9d337e921ccda4d10b095a847e52ebdddfce"
|
|
60
60
|
}
|
|
@@ -10,13 +10,13 @@ $gray-700: #495057 !default;
|
|
|
10
10
|
$gray-800: #343a40 !default;
|
|
11
11
|
$gray-900: #212529 !default;
|
|
12
12
|
|
|
13
|
-
$kendo-body-bg:
|
|
13
|
+
$kendo-body-bg: #ffffff !default;
|
|
14
14
|
|
|
15
15
|
$kendo-component-bg: $kendo-body-bg !default;
|
|
16
16
|
$kendo-component-text: k-contrast-color( $kendo-component-bg, $gray-900, $gray-100 ) !default;
|
|
17
17
|
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
18
18
|
|
|
19
19
|
$input-bg: $kendo-component-bg !default;
|
|
20
|
-
$input-color: k-contrast-color( $input-bg, $gray-
|
|
20
|
+
$input-color: k-contrast-color( $input-bg, $gray-900, $gray-300 ) !default;
|
|
21
21
|
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
22
22
|
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
package/scss/_variables.scss
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import "./core/functions/index.import.scss";
|
|
2
|
+
@import "./_bootstrap-overrides.scss";
|
|
2
3
|
@import "bootstrap/scss/_functions.scss";
|
|
3
4
|
@import "bootstrap/scss/_variables.scss";
|
|
4
5
|
|
|
@@ -369,4 +370,4 @@ $kendo-invalid-shadow: 0 0 0 .25rem rgba( $kendo-invalid-border, .25 ) !default;
|
|
|
369
370
|
|
|
370
371
|
// Loading
|
|
371
372
|
$kendo-loading-opacity: .3 !default;
|
|
372
|
-
$kendo-zindex-loading: 100 !default;
|
|
373
|
+
$kendo-zindex-loading: 100 !default;
|