@progress/kendo-theme-bootstrap 7.1.0-dev.9 → 7.1.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 +32 -17
- package/dist/all.scss +53 -37
- package/dist/meta/sassdoc-data.json +244 -244
- package/dist/meta/sassdoc-raw-data.json +120 -120
- package/dist/meta/variables.json +41 -41
- 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 +20 -0
- package/scss/core/color-system/_swatch.scss +1 -22
package/dist/meta/variables.json
CHANGED
|
@@ -59,10 +59,6 @@
|
|
|
59
59
|
"type": "List",
|
|
60
60
|
"value": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000"
|
|
61
61
|
},
|
|
62
|
-
"white": {
|
|
63
|
-
"type": "Color",
|
|
64
|
-
"value": "#fff"
|
|
65
|
-
},
|
|
66
62
|
"gray-100": {
|
|
67
63
|
"type": "Color",
|
|
68
64
|
"value": "#f8f9fa"
|
|
@@ -99,6 +95,42 @@
|
|
|
99
95
|
"type": "Color",
|
|
100
96
|
"value": "#212529"
|
|
101
97
|
},
|
|
98
|
+
"kendo-body-bg": {
|
|
99
|
+
"type": "Color",
|
|
100
|
+
"value": "#ffffff"
|
|
101
|
+
},
|
|
102
|
+
"kendo-component-bg": {
|
|
103
|
+
"type": "Color",
|
|
104
|
+
"value": "#ffffff"
|
|
105
|
+
},
|
|
106
|
+
"kendo-component-text": {
|
|
107
|
+
"type": "Color",
|
|
108
|
+
"value": "#212529"
|
|
109
|
+
},
|
|
110
|
+
"kendo-component-border": {
|
|
111
|
+
"type": "Color",
|
|
112
|
+
"value": "#dee2e6"
|
|
113
|
+
},
|
|
114
|
+
"input-bg": {
|
|
115
|
+
"type": "Color",
|
|
116
|
+
"value": "#ffffff"
|
|
117
|
+
},
|
|
118
|
+
"input-color": {
|
|
119
|
+
"type": "Color",
|
|
120
|
+
"value": "#212529"
|
|
121
|
+
},
|
|
122
|
+
"input-border-color": {
|
|
123
|
+
"type": "Color",
|
|
124
|
+
"value": "#ced4da"
|
|
125
|
+
},
|
|
126
|
+
"input-placeholder-color": {
|
|
127
|
+
"type": "Color",
|
|
128
|
+
"value": "#6c757d"
|
|
129
|
+
},
|
|
130
|
+
"white": {
|
|
131
|
+
"type": "Color",
|
|
132
|
+
"value": "#fff"
|
|
133
|
+
},
|
|
102
134
|
"black": {
|
|
103
135
|
"type": "Color",
|
|
104
136
|
"value": "#000"
|
|
@@ -1499,10 +1531,6 @@
|
|
|
1499
1531
|
"type": "Number",
|
|
1500
1532
|
"value": "1.25rem"
|
|
1501
1533
|
},
|
|
1502
|
-
"input-bg": {
|
|
1503
|
-
"type": "Color",
|
|
1504
|
-
"value": "#fff"
|
|
1505
|
-
},
|
|
1506
1534
|
"input-disabled-color": {
|
|
1507
1535
|
"type": "Null",
|
|
1508
1536
|
"value": "null"
|
|
@@ -1515,14 +1543,6 @@
|
|
|
1515
1543
|
"type": "Null",
|
|
1516
1544
|
"value": "null"
|
|
1517
1545
|
},
|
|
1518
|
-
"input-color": {
|
|
1519
|
-
"type": "Color",
|
|
1520
|
-
"value": "#212529"
|
|
1521
|
-
},
|
|
1522
|
-
"input-border-color": {
|
|
1523
|
-
"type": "Color",
|
|
1524
|
-
"value": "#ced4da"
|
|
1525
|
-
},
|
|
1526
1546
|
"input-border-width": {
|
|
1527
1547
|
"type": "Number",
|
|
1528
1548
|
"value": "1px"
|
|
@@ -1545,7 +1565,7 @@
|
|
|
1545
1565
|
},
|
|
1546
1566
|
"input-focus-bg": {
|
|
1547
1567
|
"type": "Color",
|
|
1548
|
-
"value": "#
|
|
1568
|
+
"value": "#ffffff"
|
|
1549
1569
|
},
|
|
1550
1570
|
"input-focus-border-color": {
|
|
1551
1571
|
"type": "Color",
|
|
@@ -1563,10 +1583,6 @@
|
|
|
1563
1583
|
"type": "List",
|
|
1564
1584
|
"value": "0 0 0 0.25rem rgba(13, 110, 253, 0.25)"
|
|
1565
1585
|
},
|
|
1566
|
-
"input-placeholder-color": {
|
|
1567
|
-
"type": "Color",
|
|
1568
|
-
"value": "#6c757d"
|
|
1569
|
-
},
|
|
1570
1586
|
"input-plaintext-color": {
|
|
1571
1587
|
"type": "Color",
|
|
1572
1588
|
"value": "#212529"
|
|
@@ -1641,7 +1657,7 @@
|
|
|
1641
1657
|
},
|
|
1642
1658
|
"form-check-input-bg": {
|
|
1643
1659
|
"type": "Color",
|
|
1644
|
-
"value": "#
|
|
1660
|
+
"value": "#ffffff"
|
|
1645
1661
|
},
|
|
1646
1662
|
"form-check-input-border": {
|
|
1647
1663
|
"type": "List",
|
|
@@ -1817,7 +1833,7 @@
|
|
|
1817
1833
|
},
|
|
1818
1834
|
"form-select-bg": {
|
|
1819
1835
|
"type": "Color",
|
|
1820
|
-
"value": "#
|
|
1836
|
+
"value": "#ffffff"
|
|
1821
1837
|
},
|
|
1822
1838
|
"form-select-disabled-color": {
|
|
1823
1839
|
"type": "Null",
|
|
@@ -3655,22 +3671,6 @@
|
|
|
3655
3671
|
"type": "Bool",
|
|
3656
3672
|
"value": "false"
|
|
3657
3673
|
},
|
|
3658
|
-
"kendo-body-bg": {
|
|
3659
|
-
"type": "Color",
|
|
3660
|
-
"value": "#ffffff"
|
|
3661
|
-
},
|
|
3662
|
-
"kendo-component-bg": {
|
|
3663
|
-
"type": "Color",
|
|
3664
|
-
"value": "#ffffff"
|
|
3665
|
-
},
|
|
3666
|
-
"kendo-component-text": {
|
|
3667
|
-
"type": "Color",
|
|
3668
|
-
"value": "#212529"
|
|
3669
|
-
},
|
|
3670
|
-
"kendo-component-border": {
|
|
3671
|
-
"type": "Color",
|
|
3672
|
-
"value": "#dee2e6"
|
|
3673
|
-
},
|
|
3674
3674
|
"kendo-color-primary": {
|
|
3675
3675
|
"type": "Color",
|
|
3676
3676
|
"value": "#0d6efd"
|
|
@@ -6905,7 +6905,7 @@
|
|
|
6905
6905
|
},
|
|
6906
6906
|
"kendo-input-bg": {
|
|
6907
6907
|
"type": "Color",
|
|
6908
|
-
"value": "#
|
|
6908
|
+
"value": "#ffffff"
|
|
6909
6909
|
},
|
|
6910
6910
|
"kendo-input-text": {
|
|
6911
6911
|
"type": "Color",
|
|
@@ -6937,7 +6937,7 @@
|
|
|
6937
6937
|
},
|
|
6938
6938
|
"kendo-input-focus-bg": {
|
|
6939
6939
|
"type": "Color",
|
|
6940
|
-
"value": "#
|
|
6940
|
+
"value": "#ffffff"
|
|
6941
6941
|
},
|
|
6942
6942
|
"kendo-input-focus-text": {
|
|
6943
6943
|
"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": "7.1.
|
|
4
|
+
"version": "7.1.1-dev.0",
|
|
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.1.
|
|
57
|
-
"@progress/kendo-theme-default": "7.1.
|
|
58
|
-
"@progress/kendo-theme-utils": "7.1.
|
|
56
|
+
"@progress/kendo-theme-core": "7.1.1-dev.0",
|
|
57
|
+
"@progress/kendo-theme-default": "7.1.1-dev.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.1.1-dev.0",
|
|
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": "d879bc81a2fce80d78a55bb65466396bf71ca022"
|
|
66
66
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
$gray-100: #f8f9fa !default;
|
|
2
|
+
$gray-200: #e9ecef !default;
|
|
3
|
+
$gray-300: #dee2e6 !default;
|
|
4
|
+
$gray-400: #ced4da !default;
|
|
5
|
+
$gray-500: #adb5bd !default;
|
|
6
|
+
$gray-600: #6c757d !default;
|
|
7
|
+
$gray-700: #495057 !default;
|
|
8
|
+
$gray-800: #343a40 !default;
|
|
9
|
+
$gray-900: #212529 !default;
|
|
10
|
+
|
|
11
|
+
$kendo-body-bg: #ffffff !default;
|
|
12
|
+
|
|
13
|
+
$kendo-component-bg: $kendo-body-bg !default;
|
|
14
|
+
$kendo-component-text: k-contrast-color( $kendo-component-bg, $gray-900, $gray-100 ) !default;
|
|
15
|
+
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
16
|
+
|
|
17
|
+
$input-bg: $kendo-component-bg !default;
|
|
18
|
+
$input-color: k-contrast-color( $input-bg, $gray-900, $gray-300 ) !default;
|
|
19
|
+
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
20
|
+
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
@import "@progress/kendo-theme-core/scss/functions/index.import.scss";
|
|
2
2
|
@import "@progress/kendo-theme-core/scss/color-system/_constants.scss";
|
|
3
|
+
@import "../../_bootstrap-overrides.scss";
|
|
3
4
|
@import "bootstrap/scss/_functions.scss";
|
|
4
5
|
@import "bootstrap/scss/_variables.scss";
|
|
5
6
|
@import "./_palettes.scss";
|
|
@@ -184,28 +185,6 @@ $kendo-colors: $_default-colors !default;
|
|
|
184
185
|
|
|
185
186
|
$kendo-is-dark-theme: false !default;
|
|
186
187
|
|
|
187
|
-
$gray-100: #f8f9fa !default;
|
|
188
|
-
$gray-200: #e9ecef !default;
|
|
189
|
-
$gray-300: #dee2e6 !default;
|
|
190
|
-
$gray-400: #ced4da !default;
|
|
191
|
-
$gray-500: #adb5bd !default;
|
|
192
|
-
$gray-600: #6c757d !default;
|
|
193
|
-
$gray-700: #495057 !default;
|
|
194
|
-
$gray-800: #343a40 !default;
|
|
195
|
-
$gray-900: #212529 !default;
|
|
196
|
-
|
|
197
|
-
$kendo-body-bg: #ffffff !default;
|
|
198
|
-
|
|
199
|
-
$kendo-component-bg: $kendo-body-bg !default;
|
|
200
|
-
$kendo-component-text: k-contrast-color( $kendo-component-bg, $gray-900, $gray-100 ) !default;
|
|
201
|
-
$kendo-component-border: if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) !default;
|
|
202
|
-
|
|
203
|
-
$input-bg: $kendo-component-bg !default;
|
|
204
|
-
$input-color: k-contrast-color( $input-bg, $gray-900, $gray-300 ) !default;
|
|
205
|
-
$input-border-color: if( k-is-light( $input-bg ), $gray-400, $gray-600 ) !default;
|
|
206
|
-
$input-placeholder-color: k-contrast-color( $input-bg, $gray-600, $gray-400 ) !default;
|
|
207
|
-
|
|
208
|
-
|
|
209
188
|
// Theme colors
|
|
210
189
|
/// The color that focuses the user attention.
|
|
211
190
|
/// Used for primary buttons and for elements of primary importance across the theme.
|