@progress/kendo-theme-bootstrap 8.0.0-dev.1 → 8.0.0-dev.11
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 +4492 -1082
- package/dist/all.scss +677 -304
- package/dist/meta/sassdoc-data.json +46138 -33814
- package/dist/meta/sassdoc-raw-data.json +12822 -6675
- package/dist/meta/variables.json +287 -283
- 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 +6 -6
- package/scss/calendar/_variables.scss +32 -2
- package/scss/chip/_theme.scss +2 -2
- package/scss/chip/_variables.scss +2 -1
- package/scss/core/border-radii/index.import.scss +23 -1
- package/scss/core/color-system/_palettes.scss +28 -28
- package/scss/core/color-system/_swatch.scss +80 -80
- package/scss/core/typography/index.import.scss +1 -0
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/drawer/_variables.scss +12 -2
- package/scss/forms/_layout.scss +1 -1
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +144 -1
- package/scss/slider/_variables.scss +1 -1
- package/scss/switch/_variables.scss +2 -2
- package/scss/tabstrip/_variables.scss +70 -29
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_variables.scss +1 -1
- package/scss/typography/_variables.scss +158 -0
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": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.11",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,15 +52,15 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for bootstrap theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "2.
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
55
|
+
"@progress/kendo-svg-icons": "2.3.0",
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.11",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0-dev.11",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.11",
|
|
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": "37ab24b4e2bee5705395357d867b521ccc796d02"
|
|
66
66
|
}
|
|
@@ -3,8 +3,14 @@
|
|
|
3
3
|
/// The width of the border around the Calendar.
|
|
4
4
|
/// @group calendar
|
|
5
5
|
$kendo-calendar-border-width: 1px !default;
|
|
6
|
+
/// The font family of the Calendar.
|
|
7
|
+
/// @group calendar
|
|
6
8
|
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
|
+
/// The font size of the Calendar.
|
|
10
|
+
/// @group calendar
|
|
7
11
|
$kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
|
+
/// The line height of the Calendar.
|
|
13
|
+
/// @group calendar
|
|
8
14
|
$kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
|
|
9
15
|
|
|
10
16
|
/// The size of the cells in the Calendar.
|
|
@@ -84,7 +90,11 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
|
|
|
84
90
|
/// The height of the header cells in the Calendar.
|
|
85
91
|
/// @group calendar
|
|
86
92
|
$kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
|
|
93
|
+
/// The font size of the header cells in the Calendar.
|
|
94
|
+
/// @group calendar
|
|
87
95
|
$kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
96
|
+
/// The line height of the header cells in the Calendar.
|
|
97
|
+
/// @group calendar
|
|
88
98
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
89
99
|
|
|
90
100
|
/// The background color of the header cells in the Calendar.
|
|
@@ -261,10 +271,20 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
261
271
|
|
|
262
272
|
// Multiview calendar
|
|
263
273
|
|
|
274
|
+
/// The border radius of the range cells in the Multiview Calendar.
|
|
275
|
+
/// @group calendar
|
|
276
|
+
$kendo-calendar-range-cell-border-radius: k-border-radius(lg) !default;
|
|
264
277
|
|
|
265
278
|
// Calendar sizes
|
|
279
|
+
|
|
280
|
+
/// The font size of the small Calendar.
|
|
281
|
+
/// @group calendar
|
|
266
282
|
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
283
|
+
/// The line height of the small Calendar.
|
|
284
|
+
/// @group calendar
|
|
267
285
|
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
286
|
+
/// The size of the cells in the small Calendar.
|
|
287
|
+
/// @group calendar
|
|
268
288
|
$kendo-calendar-sm-cell-size: 34px !default;
|
|
269
289
|
/// The horizontal padding of the cells in the small Calendar.
|
|
270
290
|
/// @group calendar
|
|
@@ -273,10 +293,15 @@ $kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
|
273
293
|
/// @group calendar
|
|
274
294
|
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
275
295
|
|
|
296
|
+
/// The font size of the medium Calendar.
|
|
297
|
+
/// @group calendar
|
|
276
298
|
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
299
|
+
/// The line height of the medium Calendar.
|
|
300
|
+
/// @group calendar
|
|
277
301
|
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
302
|
+
/// The size of the cells in the medium Calendar.
|
|
303
|
+
/// @group calendar
|
|
278
304
|
$kendo-calendar-md-cell-size: 38px !default;
|
|
279
|
-
|
|
280
305
|
/// The horizontal padding of the cells in the medium Calendar.
|
|
281
306
|
/// @group calendar
|
|
282
307
|
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
@@ -284,10 +309,15 @@ $kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
|
284
309
|
/// @group calendar
|
|
285
310
|
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
286
311
|
|
|
312
|
+
/// The font size of the large Calendar.
|
|
313
|
+
/// @group calendar
|
|
287
314
|
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
315
|
+
/// The line height of the large Calendar.
|
|
316
|
+
/// @group calendar
|
|
288
317
|
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
318
|
+
/// The size of the cells in the large Calendar.
|
|
319
|
+
/// @group calendar
|
|
289
320
|
$kendo-calendar-lg-cell-size: 42px !default;
|
|
290
|
-
|
|
291
321
|
/// The horizontal padding of the cells in the large Calendar.
|
|
292
322
|
/// @group calendar
|
|
293
323
|
$kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
|
package/scss/chip/_theme.scss
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
@if ($name == "info") {
|
|
11
11
|
@include fill (
|
|
12
|
-
$color: if($kendo-enable-color-system,
|
|
12
|
+
$color: if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-color-tint($color, 25%), $kendo-chip-outline-text)),
|
|
13
13
|
$border: if($kendo-enable-color-system, $color, if( $kendo-is-dark-theme, k-color-tint($color, 25%), $color))
|
|
14
14
|
);
|
|
15
15
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
&.k-hover,
|
|
18
18
|
&.k-selected {
|
|
19
19
|
@include fill(
|
|
20
|
-
if($kendo-enable-color-system,
|
|
20
|
+
if($kendo-enable-color-system, k-color( on-app-surface ), if( $kendo-is-dark-theme, k-contrast-color($color), $kendo-chip-outline-text)),
|
|
21
21
|
$color,
|
|
22
22
|
$color
|
|
23
23
|
);
|
|
@@ -46,6 +46,7 @@ $kendo-chip-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
|
46
46
|
/// @group chip
|
|
47
47
|
$kendo-chip-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
48
48
|
/// The font size of the large Chip.
|
|
49
|
+
/// @group chip
|
|
49
50
|
$kendo-chip-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
50
51
|
|
|
51
52
|
/// The Chip's line height that is related to the $kendo-font-size.
|
|
@@ -146,7 +147,7 @@ $kendo-chip-solid-selected-text: null !default;
|
|
|
146
147
|
$kendo-chip-outline-bg: $kendo-component-bg !default;
|
|
147
148
|
/// The base text color of the outline Chip.
|
|
148
149
|
/// @group chip
|
|
149
|
-
$kendo-chip-outline-text: $kendo-chip-solid-text !default;
|
|
150
|
+
$kendo-chip-outline-text: if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text) !default;
|
|
150
151
|
/// The base border color of the outline Chip.
|
|
151
152
|
/// @group chip
|
|
152
153
|
$kendo-chip-outline-border: $kendo-chip-outline-text !default;
|
|
@@ -1,14 +1,36 @@
|
|
|
1
|
+
/// The global border radius used across the Components.
|
|
2
|
+
/// @group radii
|
|
1
3
|
$kendo-border-radius: $border-radius !default;
|
|
4
|
+
/// The none border radius used across the Components.
|
|
5
|
+
/// @group radii
|
|
6
|
+
$kendo-border-radius-none: k-map-get($kendo-spacing, 0) !default;
|
|
7
|
+
/// The extra small border radius used across the Components.
|
|
8
|
+
/// @group radii
|
|
2
9
|
$kendo-border-radius-xs: k-map-get($kendo-spacing, 0.5) !default;
|
|
10
|
+
/// The small border radius used across the Components.
|
|
11
|
+
/// @group radii
|
|
3
12
|
$kendo-border-radius-sm: $border-radius-sm !default;
|
|
13
|
+
/// The medium border radius used across the Components.
|
|
14
|
+
/// @group radii
|
|
4
15
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
16
|
+
/// The large border radius used across the Components.
|
|
17
|
+
/// @group radii
|
|
5
18
|
$kendo-border-radius-lg: $border-radius-lg !default;
|
|
19
|
+
/// The extra large border radius used across the Components.
|
|
20
|
+
/// @group radii
|
|
6
21
|
$kendo-border-radius-xl: k-map-get($kendo-spacing, 3) !default;
|
|
22
|
+
/// The third largest border radius used across the Components.
|
|
23
|
+
/// @group radii
|
|
7
24
|
$kendo-border-radius-xxl: k-map-get($kendo-spacing, 4) !default;
|
|
25
|
+
/// The second largest border radius used across the Components.
|
|
26
|
+
/// @group radii
|
|
8
27
|
$kendo-border-radius-xxxl: k-map-get($kendo-spacing, 8) !default;
|
|
28
|
+
/// The largest border radius used across the Components.
|
|
29
|
+
/// @group radii
|
|
9
30
|
$kendo-border-radius-full: 50rem !default;
|
|
10
31
|
|
|
11
|
-
|
|
32
|
+
/// The global radii Map.
|
|
33
|
+
/// @group radii
|
|
12
34
|
$kendo-border-radii: (
|
|
13
35
|
xs: $kendo-border-radius-xs,
|
|
14
36
|
sm: $kendo-border-radius-sm,
|
|
@@ -6,13 +6,13 @@ $_default-palette-gray: (
|
|
|
6
6
|
4: #ced4da,
|
|
7
7
|
5: #bdc4cb,
|
|
8
8
|
6: #adb5bd,
|
|
9
|
-
7: #
|
|
10
|
-
8: #
|
|
11
|
-
9: #
|
|
12
|
-
10: #
|
|
9
|
+
7: #9aa3ac,
|
|
10
|
+
8: #8b959f,
|
|
11
|
+
9: #6c757d,
|
|
12
|
+
10: #596169,
|
|
13
13
|
11: #495057,
|
|
14
14
|
12: #343a40,
|
|
15
|
-
13: #
|
|
15
|
+
13: #2B2F32,
|
|
16
16
|
14: #212529,
|
|
17
17
|
15: #121417,
|
|
18
18
|
black: #000000,
|
|
@@ -25,14 +25,14 @@ $_default-palette-blue: (
|
|
|
25
25
|
4: #9ec5fe,
|
|
26
26
|
5: #86b6fe,
|
|
27
27
|
6: #6ea8fe,
|
|
28
|
-
7: #
|
|
29
|
-
8: #
|
|
30
|
-
9: #
|
|
31
|
-
10: #
|
|
32
|
-
11: #
|
|
33
|
-
12: #
|
|
34
|
-
13: #
|
|
35
|
-
14: #
|
|
28
|
+
7: #3d8bfd,
|
|
29
|
+
8: #0d6efd,
|
|
30
|
+
9: #0c64e4,
|
|
31
|
+
10: #0a58ca,
|
|
32
|
+
11: #094cae,
|
|
33
|
+
12: #084298,
|
|
34
|
+
13: #052c65,
|
|
35
|
+
14: #012151,
|
|
36
36
|
15: #031633,
|
|
37
37
|
);
|
|
38
38
|
|
|
@@ -55,11 +55,11 @@ $_default-palette-yellow: (
|
|
|
55
55
|
);
|
|
56
56
|
|
|
57
57
|
$_default-palette-red: (
|
|
58
|
-
1: #
|
|
59
|
-
2: #
|
|
60
|
-
3: #
|
|
61
|
-
4: #
|
|
62
|
-
5: #
|
|
58
|
+
1: #fceeef,
|
|
59
|
+
2: #f8d7da,
|
|
60
|
+
3: #f5c2c7,
|
|
61
|
+
4: #f1aeb5,
|
|
62
|
+
5: #ed969f,
|
|
63
63
|
6: #ea868f,
|
|
64
64
|
7: #e35d6a,
|
|
65
65
|
8: #dc3545,
|
|
@@ -69,13 +69,13 @@ $_default-palette-red: (
|
|
|
69
69
|
12: #6e1b23,
|
|
70
70
|
13: #58151c,
|
|
71
71
|
14: #421015,
|
|
72
|
-
15: #
|
|
72
|
+
15: #2c0b0e,
|
|
73
73
|
);
|
|
74
74
|
|
|
75
75
|
$_default-palette-cyan: (
|
|
76
76
|
1: #e7fafe,
|
|
77
77
|
2: #cff4fc,
|
|
78
|
-
3: #
|
|
78
|
+
3: #b7eefa,
|
|
79
79
|
4: #9eeaf9,
|
|
80
80
|
5: #86e5f8,
|
|
81
81
|
6: #6edff6,
|
|
@@ -97,14 +97,14 @@ $_default-palette-green: (
|
|
|
97
97
|
4: #a3cfbb,
|
|
98
98
|
5: #8cc3aa,
|
|
99
99
|
6: #75b798,
|
|
100
|
-
7: #
|
|
101
|
-
8: #
|
|
102
|
-
9: #
|
|
103
|
-
10: #
|
|
104
|
-
11: #
|
|
105
|
-
12: #
|
|
106
|
-
13: #
|
|
107
|
-
14: #
|
|
100
|
+
7: #5BAE87,
|
|
101
|
+
8: #479F76,
|
|
102
|
+
9: #319064,
|
|
103
|
+
10: #198754,
|
|
104
|
+
11: #146C43,
|
|
105
|
+
12: #0F5132,
|
|
106
|
+
13: #0D442A,
|
|
107
|
+
14: #0A3622,
|
|
108
108
|
15: #051b11,
|
|
109
109
|
);
|
|
110
110
|
|